plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 1574caa0df2f76a3c1c76009db6151f62964dbca
parent 459eae0c7098afbf9b572df241669209a37728eb
Author: rsc <devnull@localhost>
Date:   Fri, 14 Jan 2005 17:43:41 +0000

ignore generated html

Diffstat:
Aman/man1/.cvsignore | 1+
Mman/man1/cvs.1 | 9+++++++++
Aman/man3/.cvsignore | 1+
Aman/man4/.cvsignore | 1+
Aman/man5/.cvsignore | 1+
Aman/man7/.cvsignore | 1+
Aman/man9/.cvsignore | 1+
7 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/man/man1/.cvsignore b/man/man1/.cvsignore @@ -0,0 +1 @@ +*.html diff --git a/man/man1/cvs.1 b/man/man1/cvs.1 @@ -217,3 +217,12 @@ Unix's The CVS server is a read-only public copy of a private tree. The dates on versions reflect the date the changes were made in the private tree, not the date the change was made public. +.PP +On Mac OS X, +.I cvs +will complain during a checkout that some files in +.B $PLAN9/troff/font/devutf +are ``in the way.'' +This is due to the Mac case-insensitive file system +and the fact that troff has some (not often used) +files that differ only in case. diff --git a/man/man3/.cvsignore b/man/man3/.cvsignore @@ -0,0 +1 @@ +*.html diff --git a/man/man4/.cvsignore b/man/man4/.cvsignore @@ -0,0 +1 @@ +*.html diff --git a/man/man5/.cvsignore b/man/man5/.cvsignore @@ -0,0 +1 @@ +*.html diff --git a/man/man7/.cvsignore b/man/man7/.cvsignore @@ -0,0 +1 @@ +*.html diff --git a/man/man9/.cvsignore b/man/man9/.cvsignore @@ -0,0 +1 @@ +*.html