-mdoc sweep.

This commit is contained in:
Ruslan Ermilov 2005-11-17 12:15:23 +00:00
parent 5c67112b9e
commit 8af1113166
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152547
5 changed files with 18 additions and 27 deletions

View File

@ -421,12 +421,7 @@ The
utility is expected to be compatible with
.St -p1003.2 .
The
.Fl d ,
.Fl f ,
.Fl j ,
.Fl n ,
.Fl r ,
.Fl t ,
.Fl d , f , j , n , r , t ,
and
.Fl v
options are all extensions to the standard.

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 8, 2000
.Dd September 13, 2005
.Dt KENV 1
.Os
.Sh NAME

View File

@ -650,9 +650,7 @@ specification.
.Xr sticky 8
.Sh STANDARDS
With the exception of options
.Fl I ,
.Fl g ,
.Fl n
.Fl I , g , n
and
.Fl o ,
the

View File

@ -91,7 +91,7 @@ then 0x00, and then 0xff again, before they are deleted.
Specifying this flag for a read only file will cause
.Nm
to generate an error message and exit.
The file wil not be removed or overwritten.
The file will not be removed or overwritten.
.It Fl R
Attempt to remove the file hierarchy rooted in each file argument.
The

View File

@ -209,7 +209,11 @@ option if it has been set).
Exit immediately if any untested command fails in non-interactive mode.
The exit status of a command is considered to be
explicitly tested if the command is part of the list used to control
an if, elif, while, or until; if the command is the left
an
.Ic if , elif , while ,
or
.Ic until ;
if the command is the left
hand operand of an
.Dq Li &&
or
@ -431,7 +435,7 @@ This use is discouraged.
.Pp
An alias name may be escaped in a command line, so that it is not
replaced by its alias value, by using quoting characters within or
adjacent to the alias name.
adjacent to the alias name.
This is most often done by prefixing
an alias name with a backslash to execute a function, built-in, or
normal program with the same name.
@ -893,7 +897,7 @@ and the syntax is:
.Bd -ragged -offset indent
.Ic local
.Op Ar variable ...
.Op Ar -
.Op Fl
.Ed
.Pp
The
@ -1478,7 +1482,7 @@ that is guaranteed to find all of the standard utilities.
.Pp
If the
.Fl v
option is specified,
option is specified,
.Ar utility
is not executed but a description of its interpretation by the shell is
printed.
@ -1497,20 +1501,14 @@ It prints
where
.Ar description
is either
.Bl -item -offset indent
.It
the path name to
.Ar utility ,
.It
.Ic a shell builtin ,
.It
.Ic a shell function ,
.It
.Ic a shell keyword
a shell builtin,
a shell function,
a shell keyword
or
.It
.Ic an alias for Ar value .
.El
an alias for
. Ar value .
.It Ic echo Oo Fl e | n Oc Op Ar string
Print
.Ar string
@ -1780,7 +1778,7 @@ option is specified, the PID of each job is also printed.
If the
.Fl s
option is specified, only the PIDs of the jobs are printed, one per line.
.It Ic local Oo Ar variable ... Oc Op Ar -
.It Ic local Oo Ar variable ... Oc Op Fl
See the
.Sx Functions
subsection.