aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-05-18 13:52:07 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-05-18 13:52:07 +0000
commit1e7e78dca4ccb84da82ab3d6b2ab6c308de3547a (patch)
treecfbfebcafac2ce530d7fa5159a3952a0884d1130 /bin
parent7662944182bfa5224fe3897260838691e864e901 (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/pwd/pwd.12
-rw-r--r--bin/pwd/pwd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1
index 7add6625fb1a0..7c1fbcab71dc2 100644
--- a/bin/pwd/pwd.1
+++ b/bin/pwd/pwd.1
@@ -66,7 +66,7 @@ Display the physical current working directory (all symbolic links resolved).
.El
.Pp
If no options are specified, the
-.Fl L
+.Fl P
option is assumed.
.Sh ENVIRONMENT
Environment variables used by
diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c
index 76524c70161bd..c66276d379bd3 100644
--- a/bin/pwd/pwd.c
+++ b/bin/pwd/pwd.c
@@ -65,7 +65,7 @@ main(int argc, char *argv[])
int ch;
char *p;
- physical = 0;
+ physical = 1;
while ((ch = getopt(argc, argv, "LP")) != -1)
switch (ch) {
case 'L':