Bug 226102

Summary: Casper services missing man pages
Product: Base System Reporter: Ed Maste <emaste>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: oshogbo
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   

Description Ed Maste freebsd_committer freebsd_triage 2018-02-22 00:09:37 UTC
libcasper.3 has a
.Xr cap_gethostbyaddr 3
but the target page does not exist; in fact documentation is missing for all of the services AFAICT (cap_dns, cap_grp, cap_pwd, cap_random, cap_sysctl, cap_syslog).
Comment 1 Mariusz Zaborski freebsd_committer freebsd_triage 2018-02-23 14:43:59 UTC
Hey Ed,

Did you look on head or on release?
From the beginning of the year I was adding some man pages to Casper.
Currently missing ones are:
cap_pwd and cap_sysctl
Comment 2 Ed Maste freebsd_committer freebsd_triage 2018-02-23 14:55:25 UTC
Indeed, I'm sorry - I had a slightly out-of-date tree.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-03-18 15:14:09 UTC
A commit references this bug:

Author: oshogbo
Date: Sun Mar 18 15:13:37 UTC 2018
New revision: 331119
URL: https://svnweb.freebsd.org/changeset/base/331119

Log:
  Document the pwd Casper service.

  PR:		226102
  Reviewed by:	bcr@
  Differential Revision:	https://reviews.freebsd.org/D14605

Changes:
  head/lib/libcasper/services/cap_pwd/Makefile
  head/lib/libcasper/services/cap_pwd/cap_pwd.3
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-03-18 15:17:14 UTC
A commit references this bug:

Author: oshogbo
Date: Sun Mar 18 15:16:47 UTC 2018
New revision: 331120
URL: https://svnweb.freebsd.org/changeset/base/331120

Log:
  Document the sysctl Casper service.

  PR:		226102
  Reviewed by:	bcr@
  Differential Revision:	https://reviews.freebsd.org/D14606

Changes:
  head/lib/libcasper/services/cap_sysctl/Makefile
  head/lib/libcasper/services/cap_sysctl/cap_sysctl.3
Comment 5 Ed Maste freebsd_committer freebsd_triage 2018-03-18 16:18:18 UTC
Thank you!