BSD 4_4 release
[unix-history] / usr / src / bin / dd / dd.1
index 84712a8..d47462c 100644 (file)
@@ -1,14 +1,40 @@
-.\" Copyright (c) 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Keith Muller of the University of California, San Diego.
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Keith Muller of the University of California, San Diego.
 .\"
-.\" %sccs.include.redist.roff%
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.\"     @(#)dd.1       8.1 (Berkeley) %G%
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
 .\"
 .\"
-.Dd 
+.\"     @(#)dd.1       8.1 (Berkeley) 6/30/93
+.\"
+.Dd June 30, 1993
 .Dt DD 1
 .Os
 .Sh NAME
 .Dt DD 1
 .Os
 .Sh NAME
@@ -140,9 +166,7 @@ The value
 .Cm oldascii
 specifies the one used in historic
 .Tn AT&T
 .Cm oldascii
 specifies the one used in historic
 .Tn AT&T
-and
-.Pf pre- Bx 4.3 reno
-systems.
+and pre-4.3BSD-reno systems.
 .It Cm block
 Treats the input as a sequence of newline or end-of-file terminated variable
 length records independent of input and output block boundaries.
 .It Cm block
 Treats the input as a sequence of newline or end-of-file terminated variable
 length records independent of input and output block boundaries.
@@ -154,7 +178,7 @@ operand.
 Input records shorter than the conversion record size are padded with spaces.
 Input records longer than the conversion record size are truncated.
 The number of truncated input records, if any, are reported to the standard
 Input records shorter than the conversion record size are padded with spaces.
 Input records longer than the conversion record size are truncated.
 The number of truncated input records, if any, are reported to the standard
-error at the completion of the copy.
+error output at the completion of the copy.
 .It Cm ebcdic , ibm , oldebcdic , oldibm
 The same as the
 .Cm block
 .It Cm ebcdic , ibm , oldebcdic , oldibm
 The same as the
 .Cm block
@@ -187,16 +211,14 @@ and
 .Cm oldibm
 are maps used in historic
 .Tn AT&T
 .Cm oldibm
 are maps used in historic
 .Tn AT&T
-and
-.Pf pre- Bx 4.3 reno
-systems.
+and pre-4.3BSD-reno systems.
 .It Cm lcase
 Transform uppercase characters into lowercase characters.
 .It Cm noerror
 Do not stop processing on an input error.
 When an input error occurs, a diagnostic message followed by the current
 .It Cm lcase
 Transform uppercase characters into lowercase characters.
 .It Cm noerror
 Do not stop processing on an input error.
 When an input error occurs, a diagnostic message followed by the current
-input and output block counts will be written to standard error in the
-same format as the standard completion message.
+input and output block counts will be written to the standard error output
+in the same format as the standard completion message.
 If the
 .Cm sync
 conversion is also specified, any missing input data will be replaced
 If the
 .Cm sync
 conversion is also specified, any missing input data will be replaced
@@ -277,15 +299,15 @@ receives a
 (see the ``status'' argument for
 .Xr stty 1 )
 signal, the current input and output block counts will
 (see the ``status'' argument for
 .Xr stty 1 )
 signal, the current input and output block counts will
-be written to standard error in the same format as the standard completion
-message.
+be written to the standard error output
+in the same format as the standard completion message.
 If
 .Nm dd
 receives a
 .Dv SIGINT
 signal, the current input and output block counts will
 If
 .Nm dd
 receives a
 .Dv SIGINT
 signal, the current input and output block counts will
-be written to standard error in the same format as the standard completion
-message and
+be written to the standard error output
+in the same format as the standard completion message and
 .Nm dd
 will exit.
 .Pp
 .Nm dd
 will exit.
 .Pp