diff options
author | 2001-06-25 05:01:21 +0000 | |
---|---|---|
committer | 2001-06-25 05:01:21 +0000 | |
commit | e05a3ea05b4d395d41e4db13789c0386f5d99cb2 (patch) | |
tree | 7e36daade479b99fb4f33350ddcd041f8a8afdeb | |
parent | Replace magic numbers 1, 6, and 17 with IPPROTO_{ICMP,UDP,TCP}. deraadt@ ok. (diff) | |
download | wireguard-openbsd-e05a3ea05b4d395d41e4db13789c0386f5d99cb2.tar.xz wireguard-openbsd-e05a3ea05b4d395d41e4db13789c0386f5d99cb2.zip |
Add -v flag to synopsis line
-rw-r--r-- | usr.bin/tsort/tsort.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index 09282c96b07..d1439c21041 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tsort.1,v 1.8 2001/04/07 14:17:37 espie Exp $ +.\" $OpenBSD: tsort.1,v 1.9 2001/06/25 05:01:21 pvalchev Exp $ .\" $NetBSD: tsort.1,v 1.6 1996/01/17 20:37:49 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -50,6 +50,7 @@ .Op Fl l .Op Fl q .Op Fl r +.Op Fl v .Op Fl w .Op Ar file .Sh DESCRIPTION |