aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-06-16 16:48:52 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-06-16 16:48:52 +0000
commit421f325efc94e8729baf61b5145262026e919f82 (patch)
tree8351ec5ae99ef1e189d8f5b6c67bf62c88775737 /lib/libcasper
parent022ebaf5432d5a8112c7d75ab9d406176b3dfd39 (diff)
downloadsrc-421f325efc94e8729baf61b5145262026e919f82.tar.gz
src-421f325efc94e8729baf61b5145262026e919f82.zip
libcasper(3): Document HISTORY within the manpages
Reviewed by: bcr (mentor) Approved by: bcr (mentor) MFC after: 7 days Differential Revision: https://reviews.freebsd.org/D24695
Notes
Notes: svn path=/head/; revision=362230
Diffstat (limited to 'lib/libcasper')
-rw-r--r--lib/libcasper/libcasper/libcasper.37
-rw-r--r--lib/libcasper/libcasper/libcasper_service.37
-rw-r--r--lib/libcasper/services/cap_dns/cap_dns.37
-rw-r--r--lib/libcasper/services/cap_fileargs/cap_fileargs.37
-rw-r--r--lib/libcasper/services/cap_grp/cap_grp.37
-rw-r--r--lib/libcasper/services/cap_pwd/cap_pwd.37
-rw-r--r--lib/libcasper/services/cap_sysctl/cap_sysctl.37
-rw-r--r--lib/libcasper/services/cap_syslog/cap_syslog.37
8 files changed, 48 insertions, 8 deletions
diff --git a/lib/libcasper/libcasper/libcasper.3 b/lib/libcasper/libcasper/libcasper.3
index f386877647a0..4341579b6d25 100644
--- a/lib/libcasper/libcasper/libcasper.3
+++ b/lib/libcasper/libcasper/libcasper.3
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 29, 2019
+.Dd May 5, 2020
.Dt LIBCASPER 3
.Os
.Sh NAME
@@ -267,6 +267,11 @@ functions always succeed.
.Xr capsicum 4 ,
.Xr unix 4 ,
.Xr nv 9
+.Sh HISTORY
+The
+.Nm libcasper
+library first appeared in
+.Fx 10.3 .
.Sh AUTHORS
The
.Nm libcasper
diff --git a/lib/libcasper/libcasper/libcasper_service.3 b/lib/libcasper/libcasper/libcasper_service.3
index 81067ef8ed74..23efda7804da 100644
--- a/lib/libcasper/libcasper/libcasper_service.3
+++ b/lib/libcasper/libcasper/libcasper_service.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 23, 2018
+.Dd May 5, 2020
.Dt LIBCASPER 3
.Os
.Sh NAME
@@ -103,6 +103,11 @@ flag.
.Xr libcasper 3 ,
.Xr capsicum 4 ,
.Xr nv 9
+.Sh HISTORY
+The
+.Nm libcasper
+library first appeared in
+.Fx 10.3 .
.Sh AUTHORS
The
.Nm libcasper
diff --git a/lib/libcasper/services/cap_dns/cap_dns.3 b/lib/libcasper/services/cap_dns/cap_dns.3
index 61fd14863b2c..e36a7a90950d 100644
--- a/lib/libcasper/services/cap_dns/cap_dns.3
+++ b/lib/libcasper/services/cap_dns/cap_dns.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 18, 2020
+.Dd May 5, 2020
.Dt CAP_DNS 3
.Os
.Sh NAME
@@ -223,6 +223,11 @@ printf("Name associated with %s is %s.\\n", ipstr, hname);
.Xr getnameinfo 3 ,
.Xr capsicum 4 ,
.Xr nv 9
+.Sh HISTORY
+The
+.Nm cap_dns
+service first appeared in
+.Fx 10.3 .
.Sh AUTHORS
The
.Nm cap_dns
diff --git a/lib/libcasper/services/cap_fileargs/cap_fileargs.3 b/lib/libcasper/services/cap_fileargs/cap_fileargs.3
index 131b7558b1ee..b59d30b2d595 100644
--- a/lib/libcasper/services/cap_fileargs/cap_fileargs.3
+++ b/lib/libcasper/services/cap_fileargs/cap_fileargs.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 17, 2019
+.Dd May 5, 2020
.Dt CAP_FILEARGS 3
.Os
.Sh NAME
@@ -263,6 +263,11 @@ fileargs_free(fa);
.Xr getopt 3 ,
.Xr capsicum 4 ,
.Xr nv 9
+.Sh HISTORY
+The
+.Nm cap_fileargs
+service first appeared in
+.Fx 10.3 .
.Sh BUGS
The
.Lb cap_fileargs
diff --git a/lib/libcasper/services/cap_grp/cap_grp.3 b/lib/libcasper/services/cap_grp/cap_grp.3
index 30aa621ca44e..8310500a76c5 100644
--- a/lib/libcasper/services/cap_grp/cap_grp.3
+++ b/lib/libcasper/services/cap_grp/cap_grp.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 18, 2018
+.Dd May 5, 2020
.Dt CAP_GRP 3
.Os
.Sh NAME
@@ -217,6 +217,11 @@ cap_close(capgrp);
.Xr setgroupent 3 ,
.Xr capsicum 4 ,
.Xr nv 9
+.Sh HISTORY
+The
+.Nm cap_grp
+service first appeared in
+.Fx 10.3 .
.Sh AUTHORS
The
.Nm cap_grp
diff --git a/lib/libcasper/services/cap_pwd/cap_pwd.3 b/lib/libcasper/services/cap_pwd/cap_pwd.3
index 110fa58ecdda..1b21f63e435b 100644
--- a/lib/libcasper/services/cap_pwd/cap_pwd.3
+++ b/lib/libcasper/services/cap_pwd/cap_pwd.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 20, 2018
+.Dd May 5, 2020
.Dt CAP_PWD 3
.Os
.Sh NAME
@@ -223,6 +223,11 @@ cap_close(cappwd);
.Xr setpwent 3 ,
.Xr capsicum 4 ,
.Xr nv 9
+.Sh HISTORY
+The
+.Nm cap_pwd
+service first appeared in
+.Fx 10.3 .
.Sh AUTHORS
The
.Nm cap_pwd
diff --git a/lib/libcasper/services/cap_sysctl/cap_sysctl.3 b/lib/libcasper/services/cap_sysctl/cap_sysctl.3
index 55e603fc53b5..5d840796515e 100644
--- a/lib/libcasper/services/cap_sysctl/cap_sysctl.3
+++ b/lib/libcasper/services/cap_sysctl/cap_sysctl.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 6, 2020
+.Dd May 5, 2020
.Dt CAP_SYSCTL 3
.Os
.Sh NAME
@@ -175,6 +175,11 @@ cap_close(capsysctl);
.Xr sysctlnametomib 3 ,
.Xr capsicum 4 ,
.Xr nv 9
+.Sh HISTORY
+The
+.Nm cap_sysctl
+service first appeared in
+.Fx 10.3 .
.Sh AUTHORS
The
.Nm cap_sysctl
diff --git a/lib/libcasper/services/cap_syslog/cap_syslog.3 b/lib/libcasper/services/cap_syslog/cap_syslog.3
index d29d094574aa..33ca6527204e 100644
--- a/lib/libcasper/services/cap_syslog/cap_syslog.3
+++ b/lib/libcasper/services/cap_syslog/cap_syslog.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 27, 2018
+.Dd May 5, 2020
.Dt CAP_SYSLOG 3
.Os
.Sh NAME
@@ -103,5 +103,10 @@ cap_syslog(capsyslog, LOG_NOTICE, "System logs from capability mode.");
.Xr vsyslog 3 ,
.Xr capsicum 4 ,
.Xr nv 9
+.Sh HISTORY
+The
+.Nm cap_syslog
+service first appeared in
+.Fx 10.3 .
.Sh AUTHORS
.An Mariusz Zaborski Aq Mt oshogbo@FreeBSD.org