Date: Sat, 09 Nov 2024 22:43:01 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 282656] awk(1) - man page 2nd edition AWK not installed Message-ID: <bug-282656-9@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282656 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=20 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=3Df39dd6a= 9784467f0db5886012b3f4b13899be6b8 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282656-9>