diff options
author | 2008-02-02 21:57:00 +0000 | |
---|---|---|
committer | 2008-02-02 21:57:00 +0000 | |
commit | b05499a82834a7fe159f913004c8b4ddfc91f423 (patch) | |
tree | e6023679c184bbf4ef346f29de431888c878a9ed | |
parent | Relocate internal pipe file descriptor if newfd collides with it. Fixes (diff) | |
download | wireguard-openbsd-b05499a82834a7fe159f913004c8b4ddfc91f423.tar.xz wireguard-openbsd-b05499a82834a7fe159f913004c8b4ddfc91f423.zip |
Better CVSROOT/modules file format.
-rw-r--r-- | usr.bin/cvs/cvs.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.5 b/usr.bin/cvs/cvs.5 index 12ec6df2143..1db1d59780f 100644 --- a/usr.bin/cvs/cvs.5 +++ b/usr.bin/cvs/cvs.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.5,v 1.5 2008/02/02 21:24:17 xsa Exp $ +.\" $OpenBSD: cvs.5,v 1.6 2008/02/02 21:57:00 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004-2008 Xavier Santolaria <xsa@openbsd.org> @@ -89,7 +89,7 @@ post-commit logging. .It Pa $CVSROOT/CVSROOT/modules The format of each line is as follows: .Pp -.Dl module [option] directory +.Dl module [option] directory [file ...] [&module ...] .Pp Empty lines are ignored. A line beginning with a hash character |