summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-05-28 14:16:27 +0000
committerjmc <jmc@openbsd.org>2014-05-28 14:16:27 +0000
commit3b8ca45e4d28bd5214bc67a80c012d3d1849edd7 (patch)
tree619f4fb8d98051503d7fccf8b52540c81f4461c1
parentin the compat with more section, document: (diff)
downloadwireguard-openbsd-3b8ca45e4d28bd5214bc67a80c012d3d1849edd7.tar.xz
wireguard-openbsd-3b8ca45e4d28bd5214bc67a80c012d3d1849edd7.zip
document that posix defaults to -L if no options are given, and tweak previous;
-rw-r--r--bin/pwd/pwd.111
1 files changed, 8 insertions, 3 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1
index c9dda30bc88..17c200cf912 100644
--- a/bin/pwd/pwd.1
+++ b/bin/pwd/pwd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwd.1,v 1.20 2014/05/28 06:55:58 guenther Exp $
+.\" $OpenBSD: pwd.1,v 1.21 2014/05/28 14:16:27 jmc Exp $
.\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -66,7 +66,7 @@ Print the physical path to the current working directory, with symbolic
links in the path resolved.
.El
.Pp
-The
+The
.Fl L
and
.Fl P
@@ -82,6 +82,7 @@ see
.Bl -tag -width PWD
.It Ev PWD
The presumptive logical path to the current working directory.
+.El
.Sh EXIT STATUS
.Ex -std pwd
.Sh SEE ALSO
@@ -93,7 +94,11 @@ The
.Nm
utility is compliant with the
.St -p1003.1-2008
-specification.
+specification,
+except the standard says the default if no options are given
+should be to behave as if
+.Fl L
+had been specified.
.Sh HISTORY
An
.Nm