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:
parent
7662944182
commit
1e7e78dca4
@ -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
|
||||
|
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user