Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/msgfmt.1.man.txt
          +++ new/usr/src/man/man1/msgfmt.1.man.txt
↓ open down ↓ 172 lines elided ↑ open up ↑
 173  173         directives.
 174  174  
 175  175  
 176  176         The msgstr directive specifies the target string associated with the
 177  177         message_identifier string declared in the immediately preceding msgid
 178  178         directive.
 179  179  
 180  180  
 181  181         The directive msgstr[n] (where n = 0, 1, 2, ...) specifies the target
 182  182         string to be used with plural form handling functions ngettext(),
 183      -       dngettext(), and dcngetttext().
      183 +       dngettext(), and dcngettext().
 184  184  
 185  185  
 186  186         Message strings can contain the escape sequences \n for newline, \t for
 187  187         tab, \v for vertical tab, \b for backspace, \r for carriage return, \f
 188  188         for formfeed, \ for backslash, \" for double quote, \a for alarm, \ddd
 189  189         for octal bit pattern, and \xDD for hexadecimal bit pattern.
 190  190  
 191  191  
 192  192         Comments for a GNU-compatible message file should be in one of the
 193  193         following formats (the msgfmt utility will ignore these comments when
↓ open down ↓ 193 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX