svn commit: r308257 - stable/11/lib/libc/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Nov 3 14:49:28 UTC 2016


Author: trasz
Date: Thu Nov  3 14:49:26 2016
New Revision: 308257
URL: https://svnweb.freebsd.org/changeset/base/308257

Log:
  MFC r302624:
  
  Add some .Xrs to getloginclass(2).

Modified:
  stable/11/lib/libc/sys/getloginclass.2
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/sys/getloginclass.2
==============================================================================
--- stable/11/lib/libc/sys/getloginclass.2	Thu Nov  3 14:48:10 2016	(r308256)
+++ stable/11/lib/libc/sys/getloginclass.2	Thu Nov  3 14:49:26 2016	(r308257)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 6, 2011
+.Dd July 12, 2016
 .Dt GETLOGINCLASS 2
 .Os
 .Sh NAME
@@ -87,7 +87,10 @@ The caller tried to set the login class 
 The size of the buffer is smaller than the result to be returned.
 .El
 .Sh SEE ALSO
-.Xr setusercontext 3
+.Xr ps 1 ,
+.Xr setusercontext 3 ,
+.Xr login.conf 5 ,
+.Xr rctl 8
 .Sh HISTORY
 The
 .Fn getloginclass


More information about the svn-src-all mailing list