Page MenuHomeFreeBSD

Add man page for sysctl service.
ClosedPublic

Authored by oshogbo on Mar 7 2018, 2:37 PM.
Tags
None
Referenced Files
F167540149: D14606.diff
Sat, Aug 22, 2:09 PM
Unknown Object (File)
Tue, Aug 11, 7:14 AM
Unknown Object (File)
Mon, Aug 10, 11:41 PM
Unknown Object (File)
Mon, Aug 10, 11:40 PM
Unknown Object (File)
Mon, Aug 10, 11:40 PM
Unknown Object (File)
Mon, Jul 27, 3:03 PM
Unknown Object (File)
Jul 21 2026, 2:12 PM
Unknown Object (File)
Jul 19 2026, 6:31 PM
Subscribers

Details

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

A few language fixes, but nothing major.

lib/libcasper/services/cap_sysctl/cap_sysctl.3
45

s/are/is/

The "respectively" is not needed here, so you can just leave it out.

59

the element

60

the element

64

add another (Oxford) comma here.

69

... to fetch the value of a given sysctl.

72

... override the value of a given sysctl.

79

... read and write the value of a given sysctl.

82

... allows access to all children of a given sysctl.

88

... to get the value of ...

Approved for commit. Thank you for taking the time to write the man page.

This revision is now accepted and ready to land.Mar 9 2018, 12:57 AM
This revision was automatically updated to reflect the committed changes.