summaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 03:20:37 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 03:20:37 +0000
commit9bb6028fe02a280e61b8f862f447486ce6b5f72a (patch)
treeebd1056cace973776cd01330a93779596980ef88 /bin/dd
parenteecdb9deb4317c0e37ed8d58ba92503563912fed (diff)
start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/dd.118
1 files changed, 9 insertions, 9 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index dbfbabb6e0c..edb492daab8 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dd.1,v 1.5 1998/11/06 00:34:07 aaron Exp $
+.\" $OpenBSD: dd.1,v 1.6 1998/11/28 03:20:32 aaron Exp $
.\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -44,7 +44,7 @@
.Nm dd
.Nd convert and copy a file
.Sh SYNOPSIS
-.Nm dd
+.Nm
.Op operands ...
.Sh DESCRIPTION
The
@@ -54,7 +54,7 @@ Input data is read and written in 512-byte blocks.
If input reads are short, input from multiple reads are aggregated
to form the output block.
When finished,
-.Nm dd
+.Nm
displays the number of complete and partial input and output blocks
and truncated input records to the standard error output.
.Pp
@@ -292,7 +292,7 @@ Two or more numbers may be separated by an
to indicate a product.
.Pp
When finished,
-.Nm dd
+.Nm
displays the number of complete and partial input and output blocks,
truncated input records and odd-length byte-swapping blocks to the
standard error output.
@@ -315,7 +315,7 @@ This means that the final output block may be shorter than the output
block size.
.Pp
If
-.Nm dd
+.Nm
receives a
.Dv SIGINFO
(see the
@@ -326,17 +326,17 @@ signal, the current input and output block counts will
be written to the standard error output
in the same format as the standard completion message.
If
-.Nm dd
+.Nm
receives a
.Dv SIGINT
signal, the current input and output block counts will
be written to the standard error output
in the same format as the standard completion message and
-.Nm dd
+.Nm
will exit.
.Pp
The
-.Nm dd
+.Nm
utility exits 0 on success or >0 if an error occurred.
.Sh SEE ALSO
.Xr cp 1 ,
@@ -344,7 +344,7 @@ utility exits 0 on success or >0 if an error occurred.
.Xr tr 1
.Sh STANDARDS
The
-.Nm dd
+.Nm
utility is expected to be a superset of the
.St -p1003.2
standard.