diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:29:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:29:04 +0000 |
commit | c033464f8e45114bf54e0cb34b225445e2227ed2 (patch) | |
tree | 091602dad74d91921856bdbbb69a62051a766abb /bin/pwd/pwd.1 | |
parent | 1bdb295fcd579a294accd1e9cd5a343c2f4e1d92 (diff) |
document, consistently, those apps which also exist as built-ins
on certain shells; do not try to document changes between the
implementations, but at least warn of their existence;
diff from Ingo Schwarze
Diffstat (limited to 'bin/pwd/pwd.1')
-rw-r--r-- | bin/pwd/pwd.1 | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 40252868d5e..a8bb142590f 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwd.1,v 1.15 2009/01/04 11:19:55 sobrado Exp $ +.\" $OpenBSD: pwd.1,v 1.16 2009/01/06 23:29:03 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: January 4 2009 $ +.Dd $Mdocdate: January 6 2009 $ .Dt PWD 1 .Os .Sh NAME @@ -46,21 +46,18 @@ The .Nm utility prints the absolute pathname of the current working directory to the standard output. -Both the Bourne shell -.Pq Xr sh 1 -and Korn shell -.Pq Xr ksh 1 -have their own built-in version of -.Nm pwd . For an explanation of the directory hierarchy, see .Xr hier 7 . .Pp +.Nm +also exists as a built-in to +.Xr ksh 1 , +though with a different syntax. +.Pp .Ex -std pwd .Sh SEE ALSO -.Xr csh 1 , .Xr ksh 1 , -.Xr sh 1 , .Xr getcwd 3 , .Xr hier 7 .Sh STANDARDS |