diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-05-27 06:53:54 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-05-27 06:53:54 +0000 |
| commit | 66f9c15fcf7229a1fcac3ac8a15c1a185d945f69 (patch) | |
| tree | 74b0d34b63e221518e4d9dd2ab56fad52853f77a | |
| parent | 53e29ec5b43a8188f2a35fe1b14eba99cf87d2cf (diff) | |
Notes
| -rw-r--r-- | usr.bin/nl/nl.1 | 6 | ||||
| -rw-r--r-- | usr.bin/nl/nl.c | 7 |
2 files changed, 1 insertions, 12 deletions
diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1 index 8668a789bc3e..c67c12e55fb8 100644 --- a/usr.bin/nl/nl.1 +++ b/usr.bin/nl/nl.1 @@ -229,11 +229,7 @@ is 6. The .Nm utility conforms to -.St -xpg4.2 -with the exception of not supporting the intermingling of the -.Ar file -operand with the options, which the standard considers an obsolescent feature -to be removed from a further issue. +.St -p1003.1-2001 . .Sh HISTORY The .Nm diff --git a/usr.bin/nl/nl.c b/usr.bin/nl/nl.c index 2acc65951683..5fcfb2a6d9be 100644 --- a/usr.bin/nl/nl.c +++ b/usr.bin/nl/nl.c @@ -150,13 +150,6 @@ main(argc, argv) (void)setlocale(LC_ALL, ""); - /* - * Note: this implementation strictly conforms to the XBD Utility - * Syntax Guidelines and does not permit the optional `file' operand - * to be intermingled with the options, which is defined in the - * XCU specification (Issue 5) but declared an obsolescent feature that - * will be removed from a future issue. It shouldn't matter, though. - */ while ((c = getopt(argc, argv, "pb:d:f:h:i:l:n:s:v:w:")) != -1) { switch (c) { case 'p': |
