[Bug 236559] Error in the pwd man page
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 15 22:27:25 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236559
Bug ID: 236559
Summary: Error in the pwd man page
Product: Base System
Version: 12.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: misc
Assignee: bugs at FreeBSD.org
Reporter: vermaden at interia.pl
The man pwd on FreeBSD - https://man.freebsd.org/pwd - states:
> If no options are specified, the -P option is assumed.
... which is a lie, the -L is assumed - same as with POSIX link below:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/pwd.html
Solution/Diff/Patch:
- If no options are specified, the -P option is assumed.
+ If no options are specified, the -L option is assumed.
Regards,
vermaden
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list