Back out part of previous commit: make -P the default again until I'm

convinced it's a good idea.
This commit is contained in:
Tim J. Robbins 2002-05-18 13:52:07 +00:00
parent 7662944182
commit 1e7e78dca4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96857
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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':