summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2009-05-12 20:39:52 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2009-05-12 20:39:52 +0000
commit0c66ff6cc73c5b7162364c7e0f91e273fab11124 (patch)
treeb24b1fcfce6805f9fd51264b4237e4a8c41a6875 /bin
parent343042eb8d7fde876cbb333fdb89c7eef796f3a0 (diff)
The conversions ascii, ebcdic and ibm are XPG4, not POSIX.
The size multipliers m and w are BSD extensions, not POSIX. While here, sort the conversions alphabetically. help and OK jmc@, sobrado@; and sthen@ on an earlier version
Diffstat (limited to 'bin')
-rw-r--r--bin/dd/dd.125
1 files changed, 19 insertions, 6 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index e1defc62584..6965e51cbcf 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dd.1,v 1.22 2009/02/08 17:15:09 jmc Exp $
+.\" $OpenBSD: dd.1,v 1.23 2009/05/12 20:39:51 schwarze Exp $
.\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
.\"
-.Dd $Mdocdate: February 8 2009 $
+.Dd $Mdocdate: May 12 2009 $
.Dt DD 1
.Os
.Sh NAME
@@ -356,13 +356,26 @@ utility is compliant with the
.St -p1003.1-2008
specification.
.Pp
+The conversions
+.Cm ascii ,
+.Cm ebcdic ,
+and
+.Cm ibm
+are compliant with the
+.St -xpg4
+specification.
+.Pp
The
.Cm files
-operand as well as the
+operand,
+the conversions
.Cm oldascii ,
.Cm oldebcdic ,
+.Cm oldibm ,
+and
.Cm osync ,
+and the size multipliers
+.Sq m
and
-.Cm oldibm
-values
-are extensions to that specification.
+.Sq w
+are all extensions to those specifications.