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)
Wed, Jan 1, 12:00 AM
Unknown Object (File)
Fri, Dec 27, 7:15 PM
Unknown Object (File)
Oct 1 2024, 5:57 AM
Unknown Object (File)
Sep 27 2024, 7:17 PM
Unknown Object (File)
Sep 27 2024, 4:45 PM
Unknown Object (File)
Sep 26 2024, 11:28 PM
Unknown Object (File)
Sep 19 2024, 8:14 PM
Unknown Object (File)
Sep 15 2024, 11:39 PM
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.