summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-04-15 21:00:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-04-15 21:00:14 +0000
commit27b4ba9b8fdb64872f45f6abceeac137039e0468 (patch)
tree5c72bd49680e1c9761e0266deb53f013c6c52930 /usr.bin/hexdump
parentffdbd7167bd6d0564a798b56f8ce0e4e7816080d (diff)
document which bits are xsi; ok millert sobrado
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r--usr.bin/hexdump/od.112
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1
index 6688bb89ccb..adb81e7b834 100644
--- a/usr.bin/hexdump/od.1
+++ b/usr.bin/hexdump/od.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: od.1,v 1.28 2014/04/15 18:08:58 sobrado Exp $
+.\" $OpenBSD: od.1,v 1.29 2014/04/15 21:00:13 jmc Exp $
.\" $NetBSD: od.1,v 1.16 2001/12/07 01:23:42 bjh21 Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -312,6 +312,16 @@ utility is compliant with the
specification.
.Pp
The flags
+.Op Fl bcdosx
+as well as the
+.Ar offset
+specifier are marked by
+.St -p1003.1-2008
+as being an
+X/Open System Interfaces
+option.
+.Pp
+The flags
.Op Fl aBDeFfHhIiLlOX
are extensions to that specification.
.Sh HISTORY