diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:56:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:56:19 +0000 |
commit | 4d7169faddcbb9191d6921755ec0f97468b0bf7b (patch) | |
tree | aa07398e935bb07c275f2766f8a1f6e8b2c66bc6 /bin/pwd | |
parent | c475cfeca396ccbc36b2cd44fb66f4bce0c809b0 (diff) |
i saw the previous was wrong as soon as i committed it: put the
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section
which we merged with STANDARDS, so i think this is appropriate. it
certainly feels better than adding single sentences randomly to the
end of text bodies.
Diffstat (limited to 'bin/pwd')
-rw-r--r-- | bin/pwd/pwd.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index a8bb142590f..89f90d0a17d 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwd.1,v 1.16 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: pwd.1,v 1.17 2009/01/06 23:56:18 jmc Exp $ .\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -50,11 +50,6 @@ 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 ksh 1 , @@ -66,6 +61,11 @@ The utility is compliant with the .St -p1003.1-2004 specification. +.Pp +.Nm +also exists as a built-in to +.Xr ksh 1 , +though with a different syntax. .Sh BUGS In .Xr csh 1 , |