diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-08 15:42:05 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-08 15:42:05 +0000 |
commit | c5a66fdd2a472878fb5f7aee24ce086c099c6cc4 (patch) | |
tree | fca20a2765eb314cab78a51ccab880e5ae0037cb /usr.bin/nc/nc.1 | |
parent | c97468cf001b32e35134748031de95073f57de34 (diff) |
Move option flags that don't require arguments to the first of the list in
the SYNOPSIS section to be more consistent with our other man pages.
Diffstat (limited to 'usr.bin/nc/nc.1')
-rw-r--r-- | usr.bin/nc/nc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index 14402ed6464..34f9acaefc3 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.8 2000/07/06 04:06:55 aaron Exp $ +.\" $OpenBSD: nc.1,v 1.9 2000/07/08 15:42:04 aaron Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -33,11 +33,11 @@ .Nd "arbitrary TCP and UDP connections and listens" .Sh SYNOPSIS .Nm nc +.Op Fl lnrtuvz .Op Fl e Ar command .Op Fl g Ar intermediates .Op Fl G Ar hopcount .Op Fl i Ar interval -.Op Fl lnrtuvz .Op Fl o Ar filename .Op Fl p Ar source port .Op Fl s Ar ip address |