diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-16 11:58:21 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-16 11:58:21 +0000 |
commit | 0fc2e1712d1d8348a10dae22f613f0f95312952b (patch) | |
tree | 0c0e6934b0d242c10f0e3b2a8fcd65fbb9967d26 | |
parent | b4f08c0c7b98628904001bb7cdb279c01b2bb859 (diff) |
- Use Ns macro to remove spaces in these manual pages too.
-rw-r--r-- | usr.bin/rcs/rcs.1 | 18 | ||||
-rw-r--r-- | usr.bin/rcs/rcsclean.1 | 8 | ||||
-rw-r--r-- | usr.bin/rcs/rcsdiff.1 | 10 |
3 files changed, 18 insertions, 18 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index 19731a6c68e..c479635f6f2 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.6 2005/10/12 16:45:11 xsa Exp $ +.\" $OpenBSD: rcs.1,v 1.7 2005/10/16 11:58:20 niallo Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -32,10 +32,10 @@ .Sh SYNOPSIS .Nm .Op Fl aehiLMmUV -.Op Fl a Ar users -.Op Fl b Op Ar rev -.Op Fl e Op Ar users -.Op Fl m Ar rev : Ns Ar log +.Op Fl a Ns Ar users +.Op Fl b Ns Op Ar rev +.Op Fl e Ns Op Ar users +.Op Fl m Ns Ar rev : Ns Ar log .Ar file Op Ar ... .Sh DESCRIPTION The @@ -45,12 +45,12 @@ files. .Pp The following options are supported: .Bl -tag -width "-e usersXX" -.It Fl a Ar users +.It Fl a Ns Ar users Add the usernames specified in the comma-separated list .Ar users to the access list of the RCS files. -.It Fl b Op Ar rev -.It Fl e Op Ar users +.It Fl b Ns Op Ar rev +.It Fl e Ns Op Ar users Remove the usernames specified in the comma-separated list .Ar users from the access list of the RCS files. @@ -76,7 +76,7 @@ to .Nm .Fl u . This option is currently ignored. -.It Fl m Ar rev : Ns Ar msg +.It Fl m Ns Ar rev : Ns Ar msg Replace revision .Ar rev Ns 's log message with diff --git a/usr.bin/rcs/rcsclean.1 b/usr.bin/rcs/rcsclean.1 index 5d58bbcde2b..4fe2fc54fa0 100644 --- a/usr.bin/rcs/rcsclean.1 +++ b/usr.bin/rcs/rcsclean.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsclean.1,v 1.3 2005/10/12 16:45:11 xsa Exp $ +.\" $OpenBSD: rcsclean.1,v 1.4 2005/10/16 11:58:20 niallo Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -24,8 +24,8 @@ .Nm .Bk -words .Op Fl nqV -.Op Fl k Ar mode -.Op Fl r Ar rev +.Op Fl k Ns Ar mode +.Op Fl r Ns Ar rev .Ar file ... .Ek .Sh DESCRIPTION @@ -44,7 +44,7 @@ When this option is specified, will show you what it would normally do without doing it. .It Fl q Be quiet about reporting. -.It Fl r Ar rev +.It Fl r Ns Ar rev Specify the revision for comparison. .It Fl V Print RCS's version number. diff --git a/usr.bin/rcs/rcsdiff.1 b/usr.bin/rcs/rcsdiff.1 index 97012bb3a5a..6c069b63f8f 100644 --- a/usr.bin/rcs/rcsdiff.1 +++ b/usr.bin/rcs/rcsdiff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsdiff.1,v 1.6 2005/10/14 12:14:29 joris Exp $ +.\" $OpenBSD: rcsdiff.1,v 1.7 2005/10/16 11:58:20 niallo Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -25,8 +25,8 @@ .Bk -words .Op Fl cnquV .Oo -.Fl r Ar rev -.Op Fl r Ar rev2 +.Fl r Ns Ar rev +.Op Fl r Ns Ar rev2 .Oc .Ar file ... .Ek @@ -44,10 +44,10 @@ See for more information. .It Fl n Produces a diff in the same format that is used in the RCS files. -.It Fl r Ar rev +.It Fl r Ns Ar rev If one -r option is given, the diff is generated between the working file and -.Ar rev . +.Ns Ar rev . If two -r options are given, the diff is generated between the two revisions specified. .It Fl q |