diff options
author | 2005-11-16 16:25:22 +0000 | |
---|---|---|
committer | 2005-11-16 16:25:22 +0000 | |
commit | 2d85c924c04398144999cd49fc273c5108d13b4d (patch) | |
tree | f7034bc3b9c1296304d0d0c4fd85859dafaf725a | |
parent | respect -q; (diff) | |
download | wireguard-openbsd-2d85c924c04398144999cd49fc273c5108d13b4d.tar.xz wireguard-openbsd-2d85c924c04398144999cd49fc273c5108d13b4d.zip |
add EXAMPLES section; ok jmc niallo
-rw-r--r-- | usr.bin/rcs/rcsclean.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcsclean.1 b/usr.bin/rcs/rcsclean.1 index 70270ffe820..af455062383 100644 --- a/usr.bin/rcs/rcsclean.1 +++ b/usr.bin/rcs/rcsclean.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsclean.1,v 1.9 2005/11/09 09:52:25 xsa Exp $ +.\" $OpenBSD: rcsclean.1,v 1.10 2005/11/16 16:25:22 xsa Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -69,6 +69,11 @@ Specify the time zone for keyword substitution. If set, this variable should contain a list of space-delimited options that are prepended to the argument list. .El +.Sh EXAMPLES +Remove all working files (locked or not) in the current directory that were +not changed since last checkout: +.Pp +.Dl $ rcsclean -u .Sh SEE ALSO .Xr ci 1 , .Xr co 1 , |