diff options
author | 2005-06-09 08:38:03 +0000 | |
---|---|---|
committer | 2005-06-09 08:38:03 +0000 | |
commit | 47bf306879e26eb8786539eadb59f523e2bb6deb (patch) | |
tree | 8a17667bc6650f9e2cba4694146d598840da0bd3 | |
parent | no more netccitt/netns; (diff) | |
download | wireguard-openbsd-47bf306879e26eb8786539eadb59f523e2bb6deb.tar.xz wireguard-openbsd-47bf306879e26eb8786539eadb59f523e2bb6deb.zip |
manpage nits.
from Micheal Knudsen.
ok jmc@, xsa@
-rw-r--r-- | usr.bin/cvs/cvs.1 | 4 | ||||
-rw-r--r-- | usr.bin/cvs/cvsrc.5 | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 3bd4b455395..0b5426946c7 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.67 2005/06/01 09:12:05 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.68 2005/06/09 08:38:03 joris Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm cvs -.Nd OpenCVS Concurrent Versioning System client +.Nd OpenCVS Concurrent Versioning System .Sh SYNOPSIS .Nm .Op Fl flQqtv diff --git a/usr.bin/cvs/cvsrc.5 b/usr.bin/cvs/cvsrc.5 index 96019acb794..774150c5a84 100644 --- a/usr.bin/cvs/cvsrc.5 +++ b/usr.bin/cvs/cvsrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvsrc.5,v 1.3 2004/12/14 00:12:31 jmc Exp $ +.\" $OpenBSD: cvsrc.5,v 1.4 2005/06/09 08:38:03 joris Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -49,7 +49,9 @@ The format of each line is as follows: .Pp where .Ar command -is either the `cvs' keyword to specify global options, one of the supported +is either the +.Sq cvs +keyword to specify global options, one of the supported .Xr cvs 1 commands or a command alias. Arguments following |