Page MenuHomeFreeBSD

Add man page description for version and help
ClosedPublic

Authored by thj on May 26 2022, 1:42 PM.
Tags
None
Referenced Files
F106174929: D35325.id106467.diff
Thu, Dec 26, 3:18 PM
F106165591: D35325.id107292.diff
Thu, Dec 26, 11:30 AM
Unknown Object (File)
Wed, Dec 4, 12:04 AM
Unknown Object (File)
Nov 22 2024, 8:41 AM
Unknown Object (File)
Nov 21 2024, 6:43 AM
Unknown Object (File)
Nov 17 2024, 4:30 PM
Unknown Object (File)
Nov 17 2024, 1:04 PM
Unknown Object (File)
Nov 15 2024, 6:42 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

thj requested review of this revision.May 26 2022, 1:42 PM

Is it worth saying whether diff3 --help and diff3 --version output to stdout or stderr?

GNU diff3 has -v as a --version alias. Does the replacement want/have that? If so, should be added to the manual page.

usr.bin/diff3/diff3.1
40

You should be able to use .Nm only after the first time. This is in fact recommended. https://docs.freebsd.org/en/books/fdp-primer/manual-pages/#manual-pages-sample-structures.

48
This revision now requires changes to proceed.May 26 2022, 11:58 PM

Is it worth saying whether diff3 --help and diff3 --version output to stdout or stderr?

GNU diff3 has -v as a --version alias. Does the replacement want/have that? If so, should be added to the manual page.

I'm not adding short flags for these. They are requested so build systems can integrate and the long option isn't a cost there.

  • Don't user diff3 and Nm
  • bump date
This revision is now accepted and ready to land.May 30 2022, 7:55 PM
This revision was landed with ongoing or failed builds.Jun 23 2022, 12:39 PM
This revision was automatically updated to reflect the committed changes.