diff options
author | 2007-01-03 12:42:41 +0000 | |
---|---|---|
committer | 2007-01-03 12:42:41 +0000 | |
commit | 9c2bdec2cfb127ac3e48c58b254e87216065d342 (patch) | |
tree | 794e2775e69a588ab32d0dbef8439b8cb6651feb | |
parent | do not print secret keys by default, -k restores old behaviour; ok hshoexer (diff) | |
download | wireguard-openbsd-9c2bdec2cfb127ac3e48c58b254e87216065d342.tar.xz wireguard-openbsd-9c2bdec2cfb127ac3e48c58b254e87216065d342.zip |
manual page should not mention options which are not yet implemented.
pointed out by Igor Sobrado <igor at string1.ciencias.uniovi.es>
discussed with xsa@ ray@ jmc@
-rw-r--r-- | usr.bin/rcs/rcs.1 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index de866b58f5f..ac8a5ff2ca9 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.47 2006/12/27 07:44:27 niallo Exp $ +.\" $OpenBSD: rcs.1,v 1.48 2007/01/03 12:42:41 niallo Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -43,8 +43,6 @@ .Oo Fl m Ns Ar rev : .Ar msg Oc .Op Fl o Ns Ar rev -.Oo Fl s Ns Ar state Ns -.Op : Ns Ar rev Oc .Op Fl t Ns Ar str .Op Fl u Ns Op Ar rev .Op Fl x Ns Ar suffixes @@ -153,10 +151,6 @@ until the last revision of the branch. .El .It Fl q Be quiet about reporting. -.Sm off -.It Fl s Ar state Op : Ar rev -.Sm on -Sets the state of revision .Ar rev to the identifier .Ar state |