summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-09 19:54:23 +0000
committerru <ru@FreeBSD.org>2005-01-09 19:54:23 +0000
commit1cd8ce95ba56b3d65eece4dd58024f698ed2ba3c (patch)
treeb12dadca2f370957224f845cd792ffbac6780f36 /bin
parent85df1dc56505a7795786ceda06703fcc703c86c0 (diff)
downloadFreeBSD-src-1cd8ce95ba56b3d65eece4dd58024f698ed2ba3c.zip
FreeBSD-src-1cd8ce95ba56b3d65eece4dd58024f698ed2ba3c.tar.gz
Scheduled mdoc(7) sweep.
Diffstat (limited to 'bin')
-rw-r--r--bin/date/date.14
-rw-r--r--bin/dd/dd.113
-rw-r--r--bin/df/df.13
-rw-r--r--bin/sh/sh.12
4 files changed, 13 insertions, 9 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1
index c588489..6a5119d 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -355,9 +355,9 @@ Finally the command:
.Pp
.Dl "date -j -f ""%a %b %d %T %Z %Y"" ""`date`"" ""+%s"""
.Pp
-can be used to parse the ouput from
+can be used to parse the output from
.Nm
-and express it in epoch time.
+and express it in Epoch time.
.Sh ENVIRONMENT
The following environment variables affect the execution of
.Nm :
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index 6f3298e..d5b2cbb 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -31,7 +31,7 @@
.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
.\" $FreeBSD$
.\"
-.Dd March 5, 2004
+.Dd August 15, 2004
.Dt DD 1
.Os
.Sh NAME
@@ -89,8 +89,10 @@ When padding a block in conversion mode or due to use of
.Cm noerror
and
.Cm sync
-modes, fill with the specified ASCII character, rather than using a space
-or nul.
+modes, fill with the specified
+.Tn ASCII
+character, rather than using a space or
+.Dv NUL .
.It Cm ibs Ns = Ns Ar n
Set the input block size to
.Ar n
@@ -255,8 +257,9 @@ bytes (or with spaces if a block oriented conversion value was
specified) and processed as a normal input buffer.
If the
.Cm fillchar
-option is specified, the fill char provided on the command line will override
-the automatic selection of fill character.
+option is specified, the fill character provided on the command line
+will override
+the automatic selection of the fill character.
If the
.Cm sync
conversion is not specified, the input block is omitted from the output.
diff --git a/bin/df/df.1 b/bin/df/df.1
index 8deaefc..d4e301f 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -149,7 +149,8 @@ is set, the block counts will be displayed in units of that size block.
.Sh BUGS
The
.Fl n
-flag is ignored if a file or file system is specified. Also, if a mount
+flag is ignored if a file or file system is specified.
+Also, if a mount
point is not accessible by the user, it is possible that the file system
information could be stale.
.Sh SEE ALSO
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index a02b734..687c41b 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -296,7 +296,7 @@ Useful for debugging.
.It Fl x Li xtrace
Write each command
(preceded by
-.Dq Li +\ )
+.Dq Li "+ " )
to standard error before it is executed.
Useful for debugging.
.El
OpenPOWER on IntegriCloud