diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-08 17:33:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-08 17:33:03 +0000 |
commit | d5574f05f492a16ad88469ada5810f2cfeaa99d6 (patch) | |
tree | 413ab93d0778e95438b2467cc1503a4f8c10c2b7 /usr.bin | |
parent | 80c3d3f5d73d8ef04d5c987f5def65b5c90ada63 (diff) |
updates to IEEE Std 1003.1-2008;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/diff/diff.1 | 4 | ||||
-rw-r--r-- | usr.bin/find/find.1 | 3 | ||||
-rw-r--r-- | usr.bin/gencat/gencat.1 | 10 | ||||
-rw-r--r-- | usr.bin/patch/patch.1 | 4 | ||||
-rw-r--r-- | usr.bin/tsort/tsort.1 | 6 | ||||
-rw-r--r-- | usr.bin/write/write.1 | 5 |
6 files changed, 15 insertions, 17 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 05ea15b8e07..af9f608a4a4 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.34 2009/02/08 17:15:09 jmc Exp $ +.\" $OpenBSD: diff.1,v 1.35 2009/02/08 17:33:01 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -481,7 +481,7 @@ utility is compliant with the specification. .Pp The flags -.Op Fl aDdIiLlNnPpqSsTtUuwXx +.Op Fl aDdIiLlNnPpqSsTtwXx are extensions to that specification. .Sh HISTORY A diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index f5e06211224..6d5a11b1e88 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.72 2009/02/08 17:15:09 jmc Exp $ +.\" $OpenBSD: find.1,v 1.73 2009/02/08 17:33:01 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -575,7 +575,6 @@ and primaries .Ic -maxdepth , .Ic -mindepth , .Ic -mmin , -.Ic -path , and .Ic -print0 are extensions to that specification. diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index 81ec5136526..2fcc14059dd 100644 --- a/usr.bin/gencat/gencat.1 +++ b/usr.bin/gencat/gencat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gencat.1,v 1.14 2009/01/04 18:42:32 sobrado Exp $ +.\" $OpenBSD: gencat.1,v 1.15 2009/02/08 17:33:01 jmc Exp $ .\" .\" Copyright (c) 1997 Ken Stailey .\" @@ -24,9 +24,9 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: gencat.1,v 1.14 2009/01/04 18:42:32 sobrado Exp $ +.\" $Id: gencat.1,v 1.15 2009/02/08 17:33:01 jmc Exp $ .\" -.Dd $Mdocdate: January 4 2009 $ +.Dd $Mdocdate: February 8 2009 $ .Dt GENCAT 1 .Os .Sh NAME @@ -181,8 +181,8 @@ the backslash is ignored. The .Nm utility is compliant with the -.St -xpg4 -standard. +.St -p1003.1-2008 +specification. .Sh AUTHORS .An -nosplit This manual page by diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index c09c9b21fa5..611d8981632 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: patch.1,v 1.24 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: patch.1,v 1.25 2009/02/08 17:33:01 jmc Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without @@ -646,7 +646,7 @@ though the presence of itself is optional. .Pp The flags -.Op Fl CEfstuvBFVxz +.Op Fl BCEFfstVvxz and .Op Fl -posix are extensions to that specification. diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index fce8b36ef0d..08451228087 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tsort.1,v 1.19 2007/05/31 19:20:18 jmc Exp $ +.\" $OpenBSD: tsort.1,v 1.20 2009/02/08 17:33:02 jmc Exp $ .\" $NetBSD: tsort.1,v 1.6 1996/01/17 20:37:49 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)tsort.1 8.3 (Berkeley) 4/1/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 8 2009 $ .Dt TSORT 1 .Os .Sh NAME @@ -147,7 +147,7 @@ accomplishes the same task in a dynamic way. The .Nm utility is compliant with the -.St -xpg4 +.St -p1003.1-2008 specification. .Pp The flags diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index 9ce5c00ad94..15a26a01ae8 100644 --- a/usr.bin/write/write.1 +++ b/usr.bin/write/write.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.1,v 1.12 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: write.1,v 1.13 2009/02/08 17:33:02 jmc Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -103,8 +103,7 @@ The .Nm utility is compliant with the .St -p1003.1-2008 -specification, -but its presence is optional. +specification. .Sh HISTORY A .Nm |