On Fri, Apr 15, 2016 at 12:26:44PM -0400, Rob Pierce wrote: > Does this make sense? > > Rob >
seems reasonable to me - just committed. jmc > Index: intro.2 > =================================================================== > RCS file: /cvs/src/lib/libc/sys/intro.2,v > retrieving revision 1.63 > diff -u -p -r1.63 intro.2 > --- intro.2 6 Mar 2016 22:32:09 -0000 1.63 > +++ intro.2 15 Apr 2016 16:26:24 -0000 > @@ -42,6 +42,9 @@ > .Sh DESCRIPTION > The manual pages in section 2 provide an overview of the system calls, > their error returns, and other common definitions and concepts. > +.Pp > +Programs may be restricted to a subset of system calls with > +.Xr pledge 2 . > .\".Pp > .\".Sy System call restart > .\".Pp > @@ -725,6 +728,7 @@ Each socket has an address chosen from t > socket was created. > .El > .Sh SEE ALSO > +.Xr pledge 2 , > .Xr intro 3 , > .Xr perror 3 > .Sh HISTORY >
