summaryrefslogtreecommitdiff
path: root/usr.bin/lndir
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lndir')
-rw-r--r--usr.bin/lndir/lndir.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lndir/lndir.1 b/usr.bin/lndir/lndir.1
index 3fe6e83811c..a53e9c20c68 100644
--- a/usr.bin/lndir/lndir.1
+++ b/usr.bin/lndir/lndir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lndir.1,v 1.14 2001/07/04 07:12:38 mickey Exp $
+.\" $OpenBSD: lndir.1,v 1.15 2002/02/13 08:33:47 mpech Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -196,13 +196,13 @@ from a shadow directory anyway.
.Pp
You need to use something like
.Bd -unfilled -offset indent
-find todir \|\-type l \|\-print \||\| xargs rm
+$ find todir \|\-type l \|\-print \||\| xargs rm
.Ed
.Pp
to clear out all files before you can relink (if fromdir moved, for instance).
Something like
.Bd -unfilled -offset indent
-find . \|\\! \|\-type d \|\-print
+$ find . \|\\! \|\-type d \|\-print
.Ed
.Pp
will find all files that are not directories.