Print this page
Code review comments from jeffpc

@@ -9,27 +9,27 @@
 .\" http://www.illumos.org/license/CDDL.
 .\"
 .\"
 .\" Copyright 2016, Richard Lowe.
 .\"
-.Dd May 14, 2016
+.Dd June 06, 2016
 .Dt PSECFLAGS 3PROC
 .Os
 .Sh NAME
 .Nm Psecflags ,
 .Nm Psecflags_free
 .Nd get and free process security flags
 .Sh SYNOPSIS
 .Lb libproc
 .In libproc.h
 .Ft int
-.Fo Ppriv
+.Fo Psecflags
 .Fa "struct ps_prochandle *P"
 .Fa "prsecflags_t **psf"
 .Fc
 .Ft void
-.Fo Ppriv_free
+.Fo Psecflags_free
 .Fa "struct ps_prochandle *P"
 .Fa "prsecflags_t *psf"
 .Fc
 .Sh DESCRIPTION
 The

@@ -57,11 +57,11 @@
 .Fn Psecflags
 function returns
 .Sy 0
 and
 .Fa psf
-is updated with a pointer to the allocated privilege set. Otherwise,
+is updated with a pointer to the allocated security flags. Otherwise,
 .Sy -1
 is returned and
 .Fa psf
 is not updated.
 .Sh INTERFACE STABILITY