diff options
author | 2001-09-19 21:41:57 +0000 | |
---|---|---|
committer | 2001-09-19 21:41:57 +0000 | |
commit | 5f5fc6f115fb7562a873e5ef54a76fe482b47b12 (patch) | |
tree | 244f0db2d8293beca4d5fe231bc8a59880fa4967 | |
parent | Get rid of unused pagezero variable. From NetBSD. (diff) | |
download | wireguard-openbsd-5f5fc6f115fb7562a873e5ef54a76fe482b47b12.tar.xz wireguard-openbsd-5f5fc6f115fb7562a873e5ef54a76fe482b47b12.zip |
don't advertise -V in usage; ok markus@
-rw-r--r-- | usr.bin/ssh/sshd.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index a360b929ad8..48baa2337e6 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.150 2001/09/19 21:04:53 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.151 2001/09/19 21:41:57 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -51,7 +51,6 @@ .Op Fl k Ar key_gen_time .Op Fl p Ar port .Op Fl u Ar len -.Op Fl V Ar client_protocol_id .Sh DESCRIPTION .Nm (SSH Daemon) is the daemon program for |