summaryrefslogtreecommitdiff
path: root/bin/pwd
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-01-11 20:16:03 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-01-11 20:16:03 +0000
commitf8df28e95e71ad6452f7680439887d77fe83ef7a (patch)
treeae1c59e8bd5c429a64b4cf52a56797dc6d024655 /bin/pwd
parentee35eb1744d493f35d2e925830a1bff7889ad439 (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 'bin/pwd')
-rw-r--r--bin/pwd/pwd.15
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1
index cb70b870f6d..94986421524 100644
--- a/bin/pwd/pwd.1
+++ b/bin/pwd/pwd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwd.1,v 1.13 2007/05/31 19:19:15 jmc Exp $
+.\" $OpenBSD: pwd.1,v 1.14 2008/01/11 20:16:02 jmc Exp $
.\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 11 2008 $
.Dt PWD 1
.Os
.Sh NAME
@@ -60,7 +60,6 @@ The
.Nm
utility exits 0 on success or >0 if an error occurred.
.Sh SEE ALSO
-.Xr cd 1 ,
.Xr csh 1 ,
.Xr ksh 1 ,
.Xr sh 1 ,