summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2021-04-18 15:13:38 -0700
committerAndrew G. Morgan <morgan@kernel.org>2021-04-18 15:15:54 -0700
commitb48c649ef01b01e3e7d95c070beb6afae2c1cf25 (patch)
tree5bd49d515552c914ba134b3a9760bba392107962
parent13b97f953cb9a4bf50527b1d5c1d98ec96fb8ef4 (diff)
downloadlibcap2-b48c649ef01b01e3e7d95c070beb6afae2c1cf25.tar.gz
Minor fixes for man pages.
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--doc/cap_get_proc.32
-rw-r--r--doc/cap_launch.34
-rw-r--r--doc/libcap.34
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/cap_get_proc.3 b/doc/cap_get_proc.3
index 38e18ed..05a6e7d 100644
--- a/doc/cap_get_proc.3
+++ b/doc/cap_get_proc.3
@@ -258,7 +258,7 @@ is deprecated; you should use
.BR cap_get_pid ().
.PP
.BR capsetp ()
-attempts to set the capabilities of the calling porcess or of
+attempts to set the capabilities of the calling process or of
some other process(es),
.IR pid .
Note that setting capabilities of another process is only possible on older
diff --git a/doc/cap_launch.3 b/doc/cap_launch.3
index 3458d75..5f46396 100644
--- a/doc/cap_launch.3
+++ b/doc/cap_launch.3
@@ -113,9 +113,7 @@ the desired one.
This function returns the \fBcap_iab_t\fP previously associated with
the launcher. Calling this function with an IAB value of NULL will
configure the launcher to not set an IAB value (the default).
-See
-.BR cap_iab (3)
-for details on the IAB set.
+See \fBcap_iab\fP(3) for details on the IAB set.
.sp
.BR cap_launcher_set_chroot ()
This function causes the launched program executable to be invoked
diff --git a/doc/libcap.3 b/doc/libcap.3
index e6b7312..8c2091c 100644
--- a/doc/libcap.3
+++ b/doc/libcap.3
@@ -95,5 +95,7 @@ https://bugzilla.kernel.org/buglist.cgi?component=libcap&list_id=1047723&product
.BR cap_get_proc (3),
.BR cap_init (3),
.BR capabilities (7),
-.BR getpid (2)
+.BR getpid (2),
.BR capsh (1)
+and
+.BR libpsx (3).