diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-11 20:16:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-11 20:16:03 +0000 |
commit | f8df28e95e71ad6452f7680439887d77fe83ef7a (patch) | |
tree | ae1c59e8bd5c429a64b4cf52a56797dc6d024655 /usr.bin/lndir | |
parent | ee35eb1744d493f35d2e925830a1bff7889ad439 (diff) |
providing MLINKS for shell builtins makes little sense: what we had was out
of date for ever (no ksh builtins), and since we have two shells, pointing
to one page or the other is never going to work; so remove MLINKS for
csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing
Xr's;
please, there are tools like whence, man, and locate for finding this stuff;
ok deraadt miod
Diffstat (limited to 'usr.bin/lndir')
-rw-r--r-- | usr.bin/lndir/lndir.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/lndir/lndir.1 b/usr.bin/lndir/lndir.1 index 3ad5e643aa7..58111cbe187 100644 --- a/usr.bin/lndir/lndir.1 +++ b/usr.bin/lndir/lndir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lndir.1,v 1.22 2007/05/31 19:20:12 jmc Exp $ +.\" $OpenBSD: lndir.1,v 1.23 2008/01/11 20:16:02 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -51,7 +51,7 @@ .\" other dealings in this Software without prior written authorization .\" from the X Consortium. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 11 2008 $ .Dt LNDIR 1 .Os .Sh NAME @@ -87,9 +87,8 @@ files. .Pp This scheme has the advantage that if you update the source, you need not propagate the change to the other architectures by hand, since all -source in all shadow directories are symlinks to the real thing: just -.Xr cd 1 -to the shadow directory and recompile away. +source in all shadow directories are symlinks to the real thing: +just change working directory to the shadow directory and recompile away. .Pp The .Ar todir |