diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-10 19:27:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-10 19:27:04 +0000 |
commit | d3a53a0742ae89371ac417715bd3d6a228223959 (patch) | |
tree | 523e93fd1086fe7b95aa56e85a5e7a2fdcbf0d6a /usr.bin/nm/nm.1 | |
parent | c5704ee7132da543f721001e6de96c23f6e82d58 (diff) |
mark these utilities as being largely posix compliant or, in the case of
nm, as not being posix compliant;
Diffstat (limited to 'usr.bin/nm/nm.1')
-rw-r--r-- | usr.bin/nm/nm.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index 1466c17b7b2..f690a7507e6 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -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 |