1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00

mark these utilities as being largely posix compliant or, in the case of

nm, as not being posix compliant;
This commit is contained in:
jmc 2009-02-10 19:27:03 +00:00
parent 0a92fcfc7e
commit 9fbaa2ce21
3 changed files with 38 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: flex.1,v 1.22 2007/05/31 19:20:12 jmc Exp $
.\" $OpenBSD: flex.1,v 1.23 2009/02/10 19:27:03 jmc Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
@ -29,7 +29,7 @@
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: February 10 2009 $
.Dt FLEX 1
.Os
.Sh NAME
@ -4248,6 +4248,20 @@ More start conditions than exist were listed in a <> construct
.%D 1986
.%O "Describes the pattern-matching techniques used by flex (deterministic finite automata)"
.Re
.Sh STANDARDS
The
.Nm lex
utility is compliant with the
.St -p1003.1-2008
specification,
though its presence is optional.
.Pp
The flags
.Op Fl 78BbCcdFfhIiLloPpSsTVw+? ,
.Op Fl -help ,
and
.Op Fl -version
are extensions to that specification.
.Sh AUTHORS
Vern Paxson, with the help of many ideas and much inspiration from
Van Jacobson.

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: mail.1,v 1.56 2008/11/03 18:50:12 jmc Exp $
.\" $OpenBSD: mail.1,v 1.57 2009/02/10 19:27:03 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)mail.1 8.8 (Berkeley) 4/28/95
.\"
.Dd $Mdocdate: November 3 2008 $
.Dd $Mdocdate: February 10 2009 $
.Dt MAIL 1
.Os
.Sh NAME
@ -1129,6 +1129,16 @@ system initialization file
.Pp
"Mail Reference Manual",
.Pa /usr/share/doc/usd/07.mail/ .
.Sh STANDARDS
The
.Nm mailx
utility is compliant with the
.St -p1003.1-2008
specification.
.Pp
The flags
.Op Fl bcdEIv
are extensions to that specification.
.Sh HISTORY
A
.Nm mail

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: nm.1,v 1.20 2007/08/06 19:16:06 sobrado Exp $
.\" $OpenBSD: nm.1,v 1.21 2009/02/10 19:27:03 jmc Exp $
.\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)nm.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: August 6 2007 $
.Dd $Mdocdate: February 10 2009 $
.Dt NM 1
.Os
.Sh NAME
@ -129,6 +129,14 @@ The output is sorted alphabetically.
.Xr ar 5 ,
.Xr elf 5 ,
.Xr stab 5
.Sh STANDARDS
The
.Nm
utility appears as an optional part of
.St -p1003.1-2008 ;
this incarnation of
.Nm
appears largely incompatible with that standard.
.Sh HISTORY
An
.Nm nm