-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 utility is expected to be compatible with
.St -p1003.2 . .St -p1003.2 .
The The
.Fl d , .Fl d , f , j , n , r , t ,
.Fl f ,
.Fl j ,
.Fl n ,
.Fl r ,
.Fl t ,
and and
.Fl v .Fl v
options are all extensions to the standard. options are all extensions to the standard.

View File

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

View File

@ -650,9 +650,7 @@ specification.
.Xr sticky 8 .Xr sticky 8
.Sh STANDARDS .Sh STANDARDS
With the exception of options With the exception of options
.Fl I , .Fl I , g , n
.Fl g ,
.Fl n
and and
.Fl o , .Fl o ,
the 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 Specifying this flag for a read only file will cause
.Nm .Nm
to generate an error message and exit. 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 .It Fl R
Attempt to remove the file hierarchy rooted in each file argument. Attempt to remove the file hierarchy rooted in each file argument.
The The

View File

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