From 6fa13ec06f3f0f39d38e0a4c654cbbb607e297c0 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 9 Jan 2005 19:54:23 +0000 Subject: [PATCH] Scheduled mdoc(7) sweep. --- bin/date/date.1 | 4 ++-- bin/dd/dd.1 | 13 ++++++++----- bin/df/df.1 | 3 ++- bin/sh/sh.1 | 2 +- gnu/usr.bin/binutils/gasp/gasp.1 | 2 +- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bin/date/date.1 b/bin/date/date.1 index c588489603de..6a5119d89dee 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 6f3298e2ada0..d5b2cbb80cf7 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 8deaefc15bc2..d4e301f8ebd1 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 a02b734f52cb..687c41b70d9e 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 diff --git a/gnu/usr.bin/binutils/gasp/gasp.1 b/gnu/usr.bin/binutils/gasp/gasp.1 index 39428f17c15c..5aaff9a165bb 100644 --- a/gnu/usr.bin/binutils/gasp/gasp.1 +++ b/gnu/usr.bin/binutils/gasp/gasp.1 @@ -45,7 +45,7 @@ .Sh DESCRIPTION .Nm is the GNU Assembler Macro Preprocessor. -The argument +The argument .Ar infile is processed and the resulting text is sent to the standard output. .Pp