Spelling and whitespace and punctuation nits.

This commit is contained in:
wiz 2008-10-19 17:57:19 +00:00
parent 48100f10e4
commit dc9d42b1fd
1 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: gencat.1,v 1.9 2008/10/17 21:11:27 ginsbach Exp $
.\" $NetBSD: gencat.1,v 1.10 2008/10/19 17:57:19 wiz Exp $
.\"
.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -73,9 +73,9 @@ is desired.
The message text source files are text files in the format described below.
Note that the fields of a message text source line are separated by
space or tab characters.
.\" XXX Requried by POSIX; the code must be fixed first. Above line should be
.\" XXX Required by POSIX; the code must be fixed first. Above line should be
.\" a single space or tab character;
.\" any other space or tab charaters are considered to be part of the
.\" any other space or tab characters are considered to be part of the
.\" field contents.
.Bl -tag -width 3n
.It Li $set Ar n comment
@ -114,13 +114,13 @@ A line beginning with
.Li $
followed by a space or tab character is treated as a comment.
.It Ar m message-text
A message line conists of a message identifier
A message line consists of a message identifier
.Ar m
in the range
.Bo 1 ,
.Dv NL_MSGMAX Bc
.Dv NL_MSGMAX Bc
and the
.Ar message-text.
.Ar message-text .
The
.Ar message-text
is read until the end of the line or a quote character
@ -132,7 +132,7 @@ the set identifier specified by the last
.Li $set
directive, and the message identifier
.Ar m .
.\" XXX Requried by POSIX; the code must be fixed first.
.\" XXX Required by POSIX; the code must be fixed first.
.\" If the
.\" .Ar message-text
.\" is empty and there is a space or tab character
@ -182,7 +182,7 @@ described above is ignored as a syntax error.
Text message strings may contain any characters and
the following special characters and escape sequences.
.Pp
.Bl -column -offset indent ".Sy carraige return" ".Sy Symbol" ".Sy Sequence"
.Bl -column -offset indent ".Sy carriage return" ".Sy Symbol" ".Sy Sequence"
.It Sy Description Ta Sy Symbol Ta Sy Sequence
.It newline Ta NL(LF) Ta Li \en
.It horizontal tab Ta HT Ta Li \et
@ -200,7 +200,7 @@ consists of a backslash followed by
one, two, or three octal digits representing the value of the character.
The current quote character, if defined, may be escaped with a backslash
to generate the quote character.
Any character following the backslash ('\e') other than those specified
Any character following the backslash ('\e') other than those specified
is ignored.
.Pp
A backslash at the end of the line continues the message onto the next line.