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
F153996032: D35325.diff
Sat, Apr 25, 8:13 AM
Unknown Object (File)
Wed, Apr 22, 10:28 AM
Unknown Object (File)
Tue, Apr 21, 5:06 AM
Unknown Object (File)
Mon, Apr 20, 2:05 AM
Unknown Object (File)
Sun, Apr 19, 11:13 AM
Unknown Object (File)
Sat, Apr 18, 10:52 PM
Unknown Object (File)
Sat, Apr 18, 10:52 PM
Unknown Object (File)
Wed, Apr 15, 11:06 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Errors
SeverityLocationCodeMessage
Errorusr.bin/diff3/diff3.1:176MERGECONFLICT1Unresolved merge conflict
Unit
No Test Coverage
Build Status
Buildable 45766
Build 42654: arc lint + arc unit

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.