diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
commit | 45d93d3fb4f26de6e3c95bb9fd0fd2e4955356d9 (patch) | |
tree | ce7e86cedb7cce377477634a06422782dddb83fd /bin/dd | |
parent | 8c807d6c9d94f750e87fa7bdce3aaa3266c17347 (diff) |
- consistent STANDARDS blurb
- note which options are extensions to POSIX
discussed w/ deraadt otto millert
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/dd.1 | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index b32d8c68580..9e145df6a56 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dd.1,v 1.18 2006/06/01 09:26:49 jmc Exp $ +.\" $OpenBSD: dd.1,v 1.19 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -352,19 +352,17 @@ Create an ISO-9660 image of a CD-ROM: .Sh STANDARDS The .Nm -utility is expected to be a superset of the -.St -p1003.2 -standard. +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp The .Cm files -operand and the -.Cm ascii , -.Cm ebcdic , -.Cm ibm , +operand as well as the .Cm oldascii , .Cm oldebcdic , +.Cm osync , and .Cm oldibm -values are extensions to the -.Tn POSIX -standard. +values +are extensions to that specification. |