This commit is contained in:
Michael Kerrisk 2007-12-23 13:02:05 +00:00
parent 363060058c
commit dfad8c611e
3 changed files with 27 additions and 10 deletions

View File

@ -252,8 +252,7 @@ Invalid use of back reference operator.
Invalid use of pattern operators such as group or list.
.TP
.B REG_BADRPT
Invalid use of repetition operators such as using
.RB ` * '
Invalid use of repetition operators such as using '*'
as the first character.
.TP
.B REG_EBRACE

View File

@ -242,7 +242,7 @@ The year as a decimal number including the century.
.B %z
The time-zone as hour offset from GMT.
Required to emit RFC\ 822-conformant dates
(using "%a, %d %b %Y %H:%M:%S %z"). (GNU)
(using "%a,\ %d\ %b\ %Y\ %H:%M:%S\ %z"). (GNU)
.TP
.B %Z
The time zone or name or abbreviation.
@ -265,9 +265,27 @@ to indicate that an alternative format should be used.
If the alternative format or specification does not exist for
the current locale, the behavior will be as if the unmodified
conversion specification were used. (SU)
The Single Unix Specification mentions %Ec, %EC, %Ex, %EX,
%Ey, %EY, %Od, %Oe, %OH, %OI, %Om, %OM, %OS, %Ou, %OU, %OV,
%Ow, %OW, %Oy, where the effect of the O modifier is to use
The Single Unix Specification mentions
.BR %Ec ,
.BR %EC ,
.BR %Ex ,
.BR %EX ,
.BR %Ey ,
.BR %EY ,
.BR %Od ,
.BR %Oe ,
.BR %OH ,
.BR %OI ,
.BR %Om ,
.BR %OM ,
.BR %OS ,
.BR %Ou ,
.BR %OU ,
.BR %OV ,
.BR %Ow ,
.BR %OW ,
.BR %Oy ,
where the effect of the O modifier is to use
alternative numeric symbols (say, roman numerals), and that of the
E modifier is to use a locale-dependent alternative representation.
.PP
@ -325,7 +343,7 @@ Glibc provides some extensions for conversion specifications.
(These extensions are not specified in POSIX.1-2001, but a few other
systems provide similar features.)
.\" HP-UX and Tru64 also have features like this.
Between the % character and the conversion specifier character,
Between the '%' character and the conversion specifier character,
an optional
.I flag
and field

View File

@ -306,8 +306,8 @@ where \fIx,y\fP is the cursor location.
.\"
These are not described in ECMA-48.
We list the Set Mode sequences;
the Reset Mode sequences are obtained by replacing the final `h'
by `l'.
the Reset Mode sequences are obtained by replacing the final 'h'
by 'l'.
.TP
ESC [ ? 1 h
DECCKM (default off): When set, the cursor keys send an ESC O prefix,
@ -418,7 +418,7 @@ daemon.
The mouse tracking escape sequences generated by
\fIxterm\fP encode numeric parameters in a single character as
\fIvalue\fP+040.
For example, `!' is 1.
For example, '!' is 1.
The screen coordinate system is 1-based.
.PP
The X10 compatibility mode sends an escape sequence on button press