[Bug 282656] awk(1) - man page 2nd edition AWK not installed
Date: Sat, 09 Nov 2024 22:43:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282656
Bug ID: 282656
Summary: awk(1) - man page 2nd edition AWK not installed
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Manual Pages
Assignee: bugs@FreeBSD.org
Reporter: erichanskrs@gmail.com
CC: doc@FreeBSD.org
Using 14.1-RELEASE p6 and searching for documentation of the function
strftime
it seems that the wrong awk(1) man page from source is being installed.
[1] ~ # ls -i1 /usr/share/man/man1/awk.1.gz /usr/share/man/man1/nawk.1.gz
32665730 /usr/share/man/man1/awk.1.gz
32665730 /usr/share/man/man1/nawk.1.gz
[2] ~ # grep 'strftime' </usr/share/man/man1/awk.1.gz
[3] ~ # grep 'strftime' </usr/src/contrib/one-true-awk/awk.1
.BI strftime( fmt ", " timestamp\^ )
.IR strftime (3).
Commit representing the 2nd edition of the AWK book wrt its man page seems to
be:
https://cgit.freebsd.org/src/commit/contrib/one-true-awk/awk.1?id=f39dd6a9784467f0db5886012b3f4b13899be6b8
--
You are receiving this mail because:
You are on the CC list for the bug.