diff options
author | 2005-10-29 09:32:13 +0000 | |
---|---|---|
committer | 2005-10-29 09:32:13 +0000 | |
commit | 77deae218db04097a2480604cc2f9befd7ac3f80 (patch) | |
tree | 77ce3f6a75d2f2a0887b7d25267b1de2e13f366c | |
parent | rcsclean -u support; ok joris niallo (diff) | |
download | wireguard-openbsd-77deae218db04097a2480604cc2f9befd7ac3f80.tar.xz wireguard-openbsd-77deae218db04097a2480604cc2f9befd7ac3f80.zip |
document -u;
-rw-r--r-- | usr.bin/rcs/rcsclean.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsclean.1 b/usr.bin/rcs/rcsclean.1 index bd8bd9b1350..b28543b1f81 100644 --- a/usr.bin/rcs/rcsclean.1 +++ b/usr.bin/rcs/rcsclean.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsclean.1,v 1.6 2005/10/19 16:15:36 xsa Exp $ +.\" $OpenBSD: rcsclean.1,v 1.7 2005/10/29 09:32:13 xsa Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl nqV +.Op Fl nquV .Op Fl k Ns Ar mode .Op Fl r Ns Ar rev .Ar file ... @@ -46,6 +46,8 @@ will show you what it would normally do without doing it. Be quiet about reporting. .It Fl r Ns Ar rev Specify the revision for comparison. +.It Fl u +Unlock the revision if it's not locked and has not been changed. .It Fl V Print RCS's version number. .El |