Scheduled mdoc(7) sweep.
This commit is contained in:
parent
9d2ae983d5
commit
6d8d9001d6
@ -100,4 +100,6 @@ The
|
||||
command appeared in
|
||||
.Bx 4.3 Reno .
|
||||
.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.
|
||||
|
@ -920,5 +920,5 @@ The
|
||||
and
|
||||
.Ic -maxdepth
|
||||
primaries are actually global options (as documented above).
|
||||
They should
|
||||
They should
|
||||
probably be replaced by options which look like options.
|
||||
|
@ -181,7 +181,8 @@ characters, which are represented as C escapes:
|
||||
.El
|
||||
.Pp
|
||||
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 ** .
|
||||
.It Xo
|
||||
.Sm off
|
||||
|
@ -471,7 +471,7 @@ In addition,
|
||||
.Nm
|
||||
sets or knows about the following internal variables or environment
|
||||
variables:
|
||||
.Bl -tag -width ".Va MAKEFILE_LIST"
|
||||
.Bl -tag -width ".Va .MAKEFILE_LIST"
|
||||
.It Va \&$
|
||||
A single dollar sign
|
||||
.Ql \&$ ,
|
||||
@ -591,7 +591,7 @@ executes; compare with the
|
||||
.Ic .MAKEFLAGS
|
||||
special target below.
|
||||
.It Va MFLAGS
|
||||
is provided for backward compatibility and
|
||||
This variable is provided for backward compatibility and
|
||||
contains all the options from the
|
||||
.Ev MAKEFLAGS
|
||||
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:
|
||||
.Bd -literal -offset indent
|
||||
\&.for ARCH in ${SHARED_ARCHS}
|
||||
\&.if ${MACHINE} == ${ARCH}
|
||||
\&.if ${MACHINE} == ${ARCH}
|
||||
...
|
||||
\&.endif
|
||||
\&.endfor
|
||||
|
@ -132,5 +132,5 @@ The
|
||||
command and manual were written by
|
||||
.An Wolfgang Helbig Aq helbig@FreeBSD.org .
|
||||
.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.
|
||||
|
@ -225,9 +225,7 @@ is 6.
|
||||
.El
|
||||
.Sh ENVIRONMENT
|
||||
The
|
||||
.Ev LANG,
|
||||
.Ev LC_ALL,
|
||||
.Ev LC_CTYPE
|
||||
.Ev LANG , LC_ALL , LC_CTYPE
|
||||
and
|
||||
.Ev LC_COLLATE
|
||||
environment variables affect the execution of
|
||||
|
@ -531,8 +531,7 @@ utility is expected to be a superset of the
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
.Fl E ,
|
||||
.Fl a
|
||||
.Fl E , a
|
||||
and
|
||||
.Fl i
|
||||
options are non-standard
|
||||
@ -549,9 +548,8 @@ appeared in
|
||||
.An "Diomidis D. Spinellis" Aq dds@FreeBSD.org
|
||||
.Sh BUGS
|
||||
Multibyte characters containing a byte with value 0x5C
|
||||
.No ( Ns
|
||||
.Tn ASCII
|
||||
.Ql \e Ns )
|
||||
.Tn ( ASCII
|
||||
.Ql \e )
|
||||
may be incorrectly treated as line continuation characters in arguments to the
|
||||
.Dq a ,
|
||||
.Dq c
|
||||
|
@ -127,8 +127,7 @@ Note that TCP sockets in the
|
||||
or
|
||||
.Dv AF_INET6
|
||||
domains that are not in one of the
|
||||
.Dv LISTEN ,
|
||||
.Dv SYN_SENT ,
|
||||
.Dv LISTEN , SYN_SENT ,
|
||||
or
|
||||
.Dv ESTABLISHED
|
||||
states may not be shown by
|
||||
|
@ -121,8 +121,9 @@ utility was documented to define a word as a ``maximal string of
|
||||
characters delimited by <space>, <tab> or <newline> characters''.
|
||||
The implementation, however, didn't handle non-printing characters
|
||||
correctly so that
|
||||
.Dq " ^D^E "
|
||||
counted as 6 spaces, while ``foo^D^Ebar''
|
||||
.Dq Li " ^D^E "
|
||||
counted as 6 spaces, while
|
||||
.Dq Li foo^D^Ebar
|
||||
counted as 8 characters.
|
||||
.Bx 4
|
||||
systems after
|
||||
|
Loading…
Reference in New Issue
Block a user