diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-03 21:31:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-03 21:31:39 +0000 |
commit | 71b6dae1593d618be4530a9a9ecd8ac220c87fac (patch) | |
tree | fa322c9669149ce57a20b1b2d86000a54d1027e2 | |
parent | aa227a585bf27e92c83acad16156d2cb472a9104 (diff) |
avoid xrefs to self...
-rw-r--r-- | usr.bin/cvs/cvs.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 76ad3e314c3..7475e3a684d 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.75 2005/08/03 07:38:11 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.76 2005/08/03 21:31:38 jmc Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -1843,7 +1843,7 @@ such as File containing a list of files (or .Xr sh 1 file name patterns) that should be ignored by -.Xr cvs 1 +.Nm during the .Ic import , .Ic release , |