From 889762dced2b3ed0f4a8ef847065bc6565970074 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 14 May 2013 13:58:09 +0200 Subject: [PATCH] add getpcaps man page --- getpcaps.8 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 getpcaps.8 diff --git a/getpcaps.8 b/getpcaps.8 new file mode 100644 index 0000000..6bbf46a --- /dev/null +++ b/getpcaps.8 @@ -0,0 +1,23 @@ +.\" Hey, EMACS: -*- nroff -*- +.TH GETPCAPS 8 "2001-05-29" +.\" Please adjust this date whenever revising the manpage. +.SH NAME +getpcaps \- display process capabilities +.SH SYNOPSIS +.B getpcaps +.IR pid ... +.SH DESCRIPTION +.B getpcaps +displays the capabilities on the processes indicated by the +.I pid +value(s) given on the commandline. The capabilities +are displayed in the +.BR cap_from_text (3) +format. +.SH SEE ALSO +.BR execcap (8). +.br +.SH AUTHOR +This manual page was written by Robert Bihlmeyer , +for the Debian GNU/Linux system (but may be used by others). +