diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-02-14 14:25:34 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-02-14 14:25:34 +0000 |
commit | c7b265ec11a81c3f1a198e8b33881c45ed6af6e5 (patch) | |
tree | 60ef99cc85b899464da5d30872e3a5c3b3dfa8f1 | |
parent | 08ed01e6296673e8802b00440ade551ac820fee6 (diff) |
use .Pa for paths, not .Ar; ok jmc
-rw-r--r-- | usr.bin/cvs/cvs.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 8506d7e2ef1..5c0a65c5269 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.49 2005/02/13 11:02:05 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.50 2005/02/14 14:25:33 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -624,7 +624,7 @@ The command is used to display the history of actions done in the base repository. This functionality is only available if the -.Ar CVSROOT/history +.Pa CVSROOT/history file has been created. Only the .Ic checkout , @@ -684,7 +684,7 @@ specified by the Report for a particular revision (checks in the RCS file). .It Fl t Ar tag Report since tag record placed in the -.Ar CVSROOT/history +.Pa CVSROOT/history file by any user. .It Fl T Report on all tags. |