Audit pwd(1)
Nothing special 1) Update manpage to current style. 2) Reorder functions 3) Logical trickery in getpwd()
This commit is contained in:
4
pwd.1
4
pwd.1
@@ -1,4 +1,4 @@
|
||||
.Dd November 23, 2014
|
||||
.Dd March 3, 2015
|
||||
.Dt PWD 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
@@ -13,7 +13,7 @@ prints the path of the current working directory.
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width Ds
|
||||
.It Fl L
|
||||
Logical path, uses $PWD (default).
|
||||
Logical path, uses $PWD. This is the default.
|
||||
.It Fl P
|
||||
Physical path, avoids all symlinks.
|
||||
.El
|
||||
|
Reference in New Issue
Block a user