summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-16 01:25:03 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-21 21:20:18 -0700
commit5a5e5a83b335f4203c927b539d4c8b6ee53719c3 (patch)
treeac7db1d2a2df54d952e0d78ea9c23f23fbd5027d
parenta0ddf1288b3fc6cf628f1ee69b585615387b5b1a (diff)
Man page: note that *~ is always skipped, update second list of scm subdirs
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--lndir.man8
1 files changed, 6 insertions, 2 deletions
diff --git a/lndir.man b/lndir.man
index 4a2cb51..1f60d9f 100644
--- a/lndir.man
+++ b/lndir.man
@@ -78,6 +78,7 @@ argument may be relative (e.g., ../src) and is relative to
.\" CVS.adm is used by the Concurrent Versions System.
Note that BitKeeper, CVS, CVS.adm, .git, .hg, RCS, SCCS, and .svn directories
are shadowed only if the \fB\-withrevinfo\fP flag is specified.
+Files with names ending in \fI~\fP are never shadowed.
.PP
If you add files, simply run
.I lndir
@@ -105,8 +106,9 @@ If the link is to a directory, this is almost certainly the wrong thing.
This option exists mostly to emulate the behavior the C version of
\fIlndir\fP had in X11R6. Its use is not recommended.
.IP \-withrevinfo
-Causes any BitKeeper, RCS, SCCS, .svn, CVS and CVS.adm subdirectories to be
-treated as any other directory, rather than ignored.
+Causes any source control manager subdirectories
+(those named BitKeeper, CVS, CVS.adm, .git, .hg, RCS, SCCS, or .svn)
+to be treated as any other directory, rather than ignored.
.SH DIAGNOSTICS
The program displays the name of each subdirectory it enters, followed
by a colon. The \fB\-silent\fP option suppresses these messages.
@@ -117,3 +119,5 @@ exists.
.PP
If the link already exists but doesn't point to the correct file, the
program prints the link name and the location where it does point.
+.SH SEE ALSO
+.BR ln (1).