Page MenuHomeFreeBSD

Add man page for sysctl service.
ClosedPublic

Authored by oshogbo on Mar 7 2018, 2:37 PM.
Tags
None
Referenced Files
F147038881: D14606.id40031.diff
Sat, Mar 7, 8:00 PM
F147038865: D14606.id40031.diff
Sat, Mar 7, 8:00 PM
F147038840: D14606.id40031.diff
Sat, Mar 7, 7:59 PM
F147012673: D14606.id40087.diff
Sat, Mar 7, 2:39 PM
F147012661: D14606.id40087.diff
Sat, Mar 7, 2:39 PM
Unknown Object (File)
Feb 3 2026, 8:54 AM
Unknown Object (File)
Jan 15 2026, 11:22 PM
Unknown Object (File)
Jan 9 2026, 1:30 AM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

A few language fixes, but nothing major.

lib/libcasper/services/cap_sysctl/cap_sysctl.3
44 ↗(On Diff #40031)

s/are/is/

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

58 ↗(On Diff #40031)

the element

59 ↗(On Diff #40031)

the element

63 ↗(On Diff #40031)

add another (Oxford) comma here.

68 ↗(On Diff #40031)

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

71 ↗(On Diff #40031)

... override the value of a given sysctl.

78 ↗(On Diff #40031)

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

81 ↗(On Diff #40031)

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

87 ↗(On Diff #40031)

... 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.