summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-17 12:15:23 +0000
committerru <ru@FreeBSD.org>2005-11-17 12:15:23 +0000
commit6bbac1a76d07220e73c03b6a006d761ab086c561 (patch)
tree2e359cc7be0c6354653b377c5a2bd4f08a3e26bc /bin
parent72ee7cf7039d340322d8416243e31aa0bdef25c7 (diff)
downloadFreeBSD-src-6bbac1a76d07220e73c03b6a006d761ab086c561.zip
FreeBSD-src-6bbac1a76d07220e73c03b6a006d761ab086c561.tar.gz
-mdoc sweep.
Diffstat (limited to 'bin')
-rw-r--r--bin/date/date.17
-rw-r--r--bin/kenv/kenv.12
-rw-r--r--bin/ls/ls.14
-rw-r--r--bin/rm/rm.12
-rw-r--r--bin/sh/sh.130
5 files changed, 18 insertions, 27 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1
index bac620e..3ac176b 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -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.
diff --git a/bin/kenv/kenv.1 b/bin/kenv/kenv.1
index d9cdf8b..29260f0 100644
--- a/bin/kenv/kenv.1
+++ b/bin/kenv/kenv.1
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 8, 2000
+.Dd September 13, 2005
.Dt KENV 1
.Os
.Sh NAME
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 3f1b084..4a16679 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -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
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index f15b934..0ffb00e 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -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
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 5e792d4..6fe7795 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -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.
OpenPOWER on IntegriCloud