diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
commit | 25818e05e234f7e28cf2f85c16dd8fda67d13b61 (patch) | |
tree | 75d9b923fe8192de2a66a9228540f829bf0d826b /usr.bin/rcs/rcs.1 | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/rcs/rcs.1')
-rw-r--r-- | usr.bin/rcs/rcs.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index 6fdbcc92b7c..5ff11ae48fa 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.54 2007/05/31 21:56:03 jmc Exp $ +.\" $OpenBSD: rcs.1,v 1.55 2010/09/03 11:09:29 jmc Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -24,7 +24,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 3 2010 $ .Dt RCS 1 .Os .Sh NAME @@ -180,8 +180,6 @@ Suffixes should be separated by the .Sq / character. .El -.Pp -.Ex -std rcs .Sh BRANCHES AND REVISIONS Files may be selected by .Em revision @@ -372,6 +370,8 @@ command to freeze the values before releasing software. If set, this variable should contain a list of space-delimited options that are prepended to the argument list. .El +.Sh EXIT STATUS +.Ex -std rcs .Sh EXAMPLES One of the most common uses of .Nm |