diff options
author | 2004-12-28 20:38:20 +0000 | |
---|---|---|
committer | 2004-12-28 20:38:20 +0000 | |
commit | 130c4be1da3ec55a49dee1b90d649b3a23fc8cbb (patch) | |
tree | 6b02915f66bc0d74f2c467a0088074cc0b17ac3e /usr.bin | |
parent | check the return values of rcsnum_alloc() and rcsnum_aton() on (diff) | |
download | wireguard-openbsd-130c4be1da3ec55a49dee1b90d649b3a23fc8cbb.tar.xz wireguard-openbsd-130c4be1da3ec55a49dee1b90d649b3a23fc8cbb.zip |
document -s;
based on a diff from jfb@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 3dbab173ba7..6eb25112ac9 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.19 2004/12/22 21:41:10 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.20 2004/12/28 20:38:20 jmc Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -34,6 +34,10 @@ .Op Fl flQqtv .Op Fl d Ar root .Op Fl e Ar editor +.Xo +.Oo Fl s +.Ar var Ns = Ns Ar val Oc +.Xc .Op Fl z Ar level .Ar command Op Ar ... .Sh DESCRIPTION @@ -82,6 +86,11 @@ Be extra quiet. Only error messages will be displayed. .It Fl q Be quiet about reporting. +.It Fl s Ar var Ns = Ns Ar val +Set the value of the internal variable +.Ar var +to the string +.Ar val . .It Fl t Trace program execution. .It Fl v |