diff options
author | 2006-04-27 10:19:23 +0000 | |
---|---|---|
committer | 2006-04-27 10:19:23 +0000 | |
commit | c78ec8adaea7e5beaf2204973af1954ebed5b368 (patch) | |
tree | 0604959bb9e6644d84ffdc0263b41168f9a59c57 | |
parent | remove the revision sections - it's explained in rcs(1) and i think (diff) | |
download | wireguard-openbsd-c78ec8adaea7e5beaf2204973af1954ebed5b368.tar.xz wireguard-openbsd-c78ec8adaea7e5beaf2204973af1954ebed5b368.zip |
expand the description of -c; help/ok xsa
-rw-r--r-- | usr.bin/rcs/rcs.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index 59b716de5e2..df1aff709d2 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.40 2006/04/27 09:53:31 jmc Exp $ +.\" $OpenBSD: rcs.1,v 1.41 2006/04/27 10:19:23 jmc Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -126,6 +126,9 @@ Set the default branch to .It Fl c Ns Ar string Set comment leader to .Ar string . +The comment leader specifies the comment character(s) for a file. +This option is useful for compatibility with older RCS implementations +only. .It Fl e Ns Op Ar users Remove the usernames specified in the comma-separated list .Ar users |