Scheduled mdoc(7) sweep.

This commit is contained in:
Ruslan Ermilov 2005-01-11 10:32:52 +00:00
parent 3baccdb9fd
commit 4438d91ea2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140055
9 changed files with 18 additions and 19 deletions

View File

@ -100,4 +100,6 @@ The
command appeared in command appeared in
.Bx 4.3 Reno . .Bx 4.3 Reno .
.Sh BUGS .Sh BUGS
Input lines are limited to LINE_MAX (2048) bytes in length. Input lines are limited to
.Dv LINE_MAX
(2048) bytes in length.

View File

@ -920,5 +920,5 @@ The
and and
.Ic -maxdepth .Ic -maxdepth
primaries are actually global options (as documented above). primaries are actually global options (as documented above).
They should They should
probably be replaced by options which look like options. probably be replaced by options which look like options.

View File

@ -181,7 +181,8 @@ characters, which are represented as C escapes:
.El .El
.Pp .Pp
Multi-byte characters are displayed in the area corresponding to the first Multi-byte characters are displayed in the area corresponding to the first
byte of the character. The remaining bytes are shown as byte of the character.
The remaining bytes are shown as
.Ql ** . .Ql ** .
.It Xo .It Xo
.Sm off .Sm off

View File

@ -471,7 +471,7 @@ In addition,
.Nm .Nm
sets or knows about the following internal variables or environment sets or knows about the following internal variables or environment
variables: variables:
.Bl -tag -width ".Va MAKEFILE_LIST" .Bl -tag -width ".Va .MAKEFILE_LIST"
.It Va \&$ .It Va \&$
A single dollar sign A single dollar sign
.Ql \&$ , .Ql \&$ ,
@ -591,7 +591,7 @@ executes; compare with the
.Ic .MAKEFLAGS .Ic .MAKEFLAGS
special target below. special target below.
.It Va MFLAGS .It Va MFLAGS
is provided for backward compatibility and This variable is provided for backward compatibility and
contains all the options from the contains all the options from the
.Ev MAKEFLAGS .Ev MAKEFLAGS
environment variable plus any options specified on environment variable plus any options specified on
@ -1439,7 +1439,7 @@ For loops are expanded before tests, so a fragment such as:
won't work, and should be rewritten as: won't work, and should be rewritten as:
.Bd -literal -offset indent .Bd -literal -offset indent
\&.for ARCH in ${SHARED_ARCHS} \&.for ARCH in ${SHARED_ARCHS}
\&.if ${MACHINE} == ${ARCH} \&.if ${MACHINE} == ${ARCH}
... ...
\&.endif \&.endif
\&.endfor \&.endfor

View File

@ -132,5 +132,5 @@ The
command and manual were written by command and manual were written by
.An Wolfgang Helbig Aq helbig@FreeBSD.org . .An Wolfgang Helbig Aq helbig@FreeBSD.org .
.Sh BUGS .Sh BUGS
The assignment of Julian\(EmGregorian switching dates to The assignment of Julian\(emGregorian switching dates to
country codes is historically naive for many countries. country codes is historically naive for many countries.

View File

@ -225,9 +225,7 @@ is 6.
.El .El
.Sh ENVIRONMENT .Sh ENVIRONMENT
The The
.Ev LANG, .Ev LANG , LC_ALL , LC_CTYPE
.Ev LC_ALL,
.Ev LC_CTYPE
and and
.Ev LC_COLLATE .Ev LC_COLLATE
environment variables affect the execution of environment variables affect the execution of

View File

@ -531,8 +531,7 @@ utility is expected to be a superset of the
specification. specification.
.Pp .Pp
The The
.Fl E , .Fl E , a
.Fl a
and and
.Fl i .Fl i
options are non-standard options are non-standard
@ -549,9 +548,8 @@ appeared in
.An "Diomidis D. Spinellis" Aq dds@FreeBSD.org .An "Diomidis D. Spinellis" Aq dds@FreeBSD.org
.Sh BUGS .Sh BUGS
Multibyte characters containing a byte with value 0x5C Multibyte characters containing a byte with value 0x5C
.No ( Ns .Tn ( ASCII
.Tn ASCII .Ql \e )
.Ql \e Ns )
may be incorrectly treated as line continuation characters in arguments to the may be incorrectly treated as line continuation characters in arguments to the
.Dq a , .Dq a ,
.Dq c .Dq c

View File

@ -127,8 +127,7 @@ Note that TCP sockets in the
or or
.Dv AF_INET6 .Dv AF_INET6
domains that are not in one of the domains that are not in one of the
.Dv LISTEN , .Dv LISTEN , SYN_SENT ,
.Dv SYN_SENT ,
or or
.Dv ESTABLISHED .Dv ESTABLISHED
states may not be shown by states may not be shown by

View File

@ -121,8 +121,9 @@ utility was documented to define a word as a ``maximal string of
characters delimited by <space>, <tab> or <newline> characters''. characters delimited by <space>, <tab> or <newline> characters''.
The implementation, however, didn't handle non-printing characters The implementation, however, didn't handle non-printing characters
correctly so that correctly so that
.Dq " ^D^E " .Dq Li " ^D^E "
counted as 6 spaces, while ``foo^D^Ebar'' counted as 6 spaces, while
.Dq Li foo^D^Ebar
counted as 8 characters. counted as 8 characters.
.Bx 4 .Bx 4
systems after systems after