diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-10 23:04:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-10 23:04:43 +0000 |
commit | 8c3c3e548c40fd2582c0524443d999b99f19173d (patch) | |
tree | d2cb89f8379730b932ec4fc585d870d23034b6b5 | |
parent | 1bd0d0edc162bc27c987b7346a5378d67bcc7e28 (diff) |
- we do not need a .Pp before a normal list
- but we do need .Bk/.Ek in SYNOPSIS
-rw-r--r-- | usr.bin/cvs/cvs.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 9b96ec8a6c9..cb9981424d4 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.83 2005/08/10 08:05:00 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.84 2005/08/10 23:04:42 jmc Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -32,6 +32,7 @@ .Nd OpenCVS Concurrent Versioning System .Sh SYNOPSIS .Nm +.Bk -words .Op Fl flnQqrtvw .Op Fl d Ar root .Op Fl e Ar editor @@ -42,6 +43,7 @@ .Op Fl T Ar tmpdir .Op Fl z Ar level .Ar command Op Ar ... +.Ek .Sh DESCRIPTION The .Nm @@ -1891,7 +1893,6 @@ The utility exits 0 on success, or with one of the following return codes. The numerical values corresponding to the symbolic ones are given in parentheses for easy reference. -.Pp .Bl -tag -width Ds .It Dv CVS_EX_USAGE Pq 1 The |