diff options
author | 2005-08-10 23:04:42 +0000 | |
---|---|---|
committer | 2005-08-10 23:04:42 +0000 | |
commit | 2efff0a0e34efaacb1b08b392ca72f3659691608 (patch) | |
tree | a6ecfd5515b4c2f090c56c81655b883df71ecba1 | |
parent | Audiovox RTM-8000 has a st16650 uart but its fifo is 16 bytes instead of (diff) | |
download | wireguard-openbsd-2efff0a0e34efaacb1b08b392ca72f3659691608.tar.xz wireguard-openbsd-2efff0a0e34efaacb1b08b392ca72f3659691608.zip |
- 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 |