summaryrefslogtreecommitdiffstats
path: root/usr.bin/nl/nl.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-05-27 06:53:54 +0000
committertjr <tjr@FreeBSD.org>2002-05-27 06:53:54 +0000
commit857b1f2ee6792a10fb293e7c3d50ad4f06c9f69e (patch)
tree74b0d34b63e221518e4d9dd2ab56fad52853f77a /usr.bin/nl/nl.c
parentb50c5edd062b3af3f4fe0e96852e231ff8ba77bf (diff)
downloadFreeBSD-src-857b1f2ee6792a10fb293e7c3d50ad4f06c9f69e.zip
FreeBSD-src-857b1f2ee6792a10fb293e7c3d50ad4f06c9f69e.tar.gz
The XCU issue 5 requirement of accepting the file operand intermingled
with options has been withdrawn in issue 6, to which nl(1) now conforms.
Diffstat (limited to 'usr.bin/nl/nl.c')
-rw-r--r--usr.bin/nl/nl.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/nl/nl.c b/usr.bin/nl/nl.c
index 2acc659..5fcfb2a 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':
OpenPOWER on IntegriCloud