Page MenuHomeFreeBSD

Improve the style in one of the examples.
ClosedPublic

Authored by pjd on Jan 31 2023, 12:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 4, 3:53 PM
Unknown Object (File)
Wed, Jul 30, 5:23 PM
Unknown Object (File)
Mon, Jul 28, 7:49 PM
Unknown Object (File)
Mon, Jul 28, 10:00 AM
Unknown Object (File)
Mon, Jul 28, 2:07 AM
Unknown Object (File)
Sun, Jul 27, 12:55 PM
Unknown Object (File)
Fri, Jul 25, 10:36 PM
Unknown Object (File)
Jul 11 2025, 12:56 AM
Subscribers

Details

Summary

Improve the style in one of the examples.

Diff Detail

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

Event Timeline

pjd requested review of this revision.Jan 31 2023, 12:11 AM
pjd created this revision.

The diffs should be generated with the full context:

git diff -U99999

You can also try using git-arc:
https://github.com/markjdb/scripts/blob/master/git-arc

It simplifies work with phabricator.

The patch LGTM, please remember to bump .Dd.

This revision is now accepted and ready to land.Jan 31 2023, 12:43 AM

One more thing.
I'm not sure what commit msg you want to use.
So as a side note, many people give in the first line a oneliner containing the module/subsystem name and a meaningful description.
So for this case, you can use the following:

nv: improve the style in one of the examples

or

libnv: improve the style in one of the examples

approved by: allanjude

Remember to update the .Dd like Mariusz said

This revision was automatically updated to reflect the committed changes.