From 434dbea55773bbdcf903d22c08d6963c061ccdfb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 1 Jul 2014 16:11:45 -0400 Subject: libremessages: tidy up --- src/lib/libremessages.1.ronn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/lib/libremessages.1.ronn') diff --git a/src/lib/libremessages.1.ronn b/src/lib/libremessages.1.ronn index 6f1ecf5..daafd2f 100644 --- a/src/lib/libremessages.1.ronn +++ b/src/lib/libremessages.1.ronn @@ -71,8 +71,8 @@ Unless otherwise noted, these do not implicitly call `gettext`. using the default handler (which is good for most purposes), it will call with the arguments ` [...]`, where - is a `printf`(1)-formatted string, and - are its arguments. + is a `printf`(1)-formatted string that is fed through + `gettext`, and are its arguments. ### PROSE ROUTINES @@ -81,10 +81,6 @@ word-wrapped prose. For each of these, is fed through `gettext` automatically. - * `print` [...]: - Like `printf`(1), but `gettext`-aware, and automatically prints a - trailing newline. - * `prose` [...]: Takes a `printf`(1)-formatted string, collapses whitespace (HTML-style), and then word-wraps it. @@ -114,7 +110,7 @@ any arguments. Each of these print to stderr, not stdout. For each of these, is fed through `gettext` automatically. * `plain` [...]: - Prints "plain" message in bold, indented with 4 spaces. + Prints a "plain" message in bold, indented with 4 spaces. * `msg` [...]: Prints a top-level priority notification. @@ -134,6 +130,10 @@ For each of these, is fed through `gettext` automatically. * `stat_done`: Prints a "done" type message to terminate `stat_busy`. + * `print` [...]: + Like `printf`(1), but `gettext`-aware, and automatically prints a + trailing newline. + * `term_title` [...]: Sets the terminal title to the specified message. -- cgit v1.2.3-54-g00ecf