diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-30 06:45:57 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-30 06:45:57 +0000 |
commit | 44323307e53bac8514afe258a79c7de0706a2f84 (patch) | |
tree | 1e08c8f22c45f68b3bff08f074bc6c9d1a69643e /usr.bin | |
parent | d5915b506c486b01e72233f0867914d7e6cf20ba (diff) |
some i missed...
- consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/comm/comm.1 | 4 | ||||
-rw-r--r-- | usr.bin/hexdump/od.1 | 12 | ||||
-rw-r--r-- | usr.bin/less/less.1 | 12 |
3 files changed, 24 insertions, 4 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 6f8170020af..2fe735c09db 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: comm.1,v 1.11 2006/07/15 16:03:49 jmc Exp $ +.\" $OpenBSD: comm.1,v 1.12 2007/05/30 06:45:56 jmc Exp $ .\" $NetBSD: comm.1,v 1.4 1995/03/26 09:25:50 glass Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -106,7 +106,7 @@ utility conforms to .Pp The flag .Op Fl f -is an extension to the specification. +is an extension to that specification. .Sh HISTORY A .Nm diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 90157347871..61178572e3e 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: od.1,v 1.17 2007/02/07 12:18:45 otto Exp $ +.\" $OpenBSD: od.1,v 1.18 2007/05/30 06:45:56 jmc Exp $ .\" $NetBSD: od.1,v 1.16 2001/12/07 01:23:42 bjh21 Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -308,6 +308,16 @@ option. .Xr hexdump 1 , .Xr strings 1 .Sh HISTORY +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flags +.Op Fl aBDeFfHhIiLlOX +are extensions to that specification. +.Pp A .Nm command appears in diff --git a/usr.bin/less/less.1 b/usr.bin/less/less.1 index 9fedad754fa..5213aaf6e0d 100644 --- a/usr.bin/less/less.1 +++ b/usr.bin/less/less.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: less.1,v 1.12 2007/03/15 22:34:53 jmc Exp $ +.\" $OpenBSD: less.1,v 1.13 2007/05/30 06:45:56 jmc Exp $ .\" .\" Copyright (C) 2002 Mark Nudelman .\" @@ -1657,6 +1657,16 @@ The name of the editor (used for the v command). .El .Sh SEE ALSO .Xr lesskey 1 +.Sh STANDARDS +The +.Nm more +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flags +.Op Fl aBbCdEFfGghIJjkLMmNOoPQqRrSTUVWwXxyz~# +are extensions to that specification. .Sh AUTHORS .An Mark Nudelman Aq markn@greenwoodsoftware.com .Pp |