Scheduled mdoc(7) sweep.
This commit is contained in:
parent
ce05a617a9
commit
6fa13ec06f
@ -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 :
|
||||
|
13
bin/dd/dd.1
13
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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user