From 35d66bbcdb782d13d542c467f0d7ea307bb148d4 Mon Sep 17 00:00:00 2001 From: tjr Date: Sat, 18 May 2002 13:52:07 +0000 Subject: Back out part of previous commit: make -P the default again until I'm convinced it's a good idea. --- bin/pwd/pwd.1 | 2 +- bin/pwd/pwd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/pwd') diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 7add662..7c1fbca 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 76524c7..c66276d 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': -- cgit v1.1