Page MenuHomeFreeBSD

sesutil: Complete libxo transition.
ClosedPublic

Authored by yanhaowang on Aug 10 2023, 11:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 10, 7:05 AM
Unknown Object (File)
Wed, Dec 18, 11:19 PM
Unknown Object (File)
Nov 21 2024, 6:47 AM
Unknown Object (File)
Oct 22 2024, 6:59 PM
Unknown Object (File)
Oct 22 2024, 6:57 PM
Unknown Object (File)
Oct 20 2024, 1:59 PM
Unknown Object (File)
Oct 20 2024, 1:54 PM
Unknown Object (File)
Oct 20 2024, 1:54 PM
Subscribers

Diff Detail

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

Event Timeline

  • Remove unnecessary space line.
des requested changes to this revision.Aug 17 2023, 3:20 PM
des added inline comments.
usr.sbin/sesutil/sesutil.c
100

This is never called with out set to anything other than stderr, so out can be dropped and the fprintf() calls can be replaced with xo_error().

105

s/Usage/usage/

112

s/Usage/usage/

This revision now requires changes to proceed.Aug 17 2023, 3:20 PM
  • Change usage function.
  • Use EXIT_ string style.
This revision is now accepted and ready to land.Aug 26 2023, 11:51 PM
This revision was automatically updated to reflect the committed changes.