diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-11-16 16:25:23 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-11-16 16:25:23 +0000 |
commit | ea4e3efd88b8eefa2287e3f2a576f687618df636 (patch) | |
tree | 7d8825af4701a89184b5c2e2869c778dbe03debb | |
parent | 92d187454749705e097ba92af2c5a3928e8527be (diff) |
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 , |