svn commit: r302624 - head/lib/libc/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Jul 12 08:07:29 UTC 2016


Author: trasz
Date: Tue Jul 12 06:00:57 2016
New Revision: 302624
URL: https://svnweb.freebsd.org/changeset/base/302624

Log:
  Add some .Xrs to getloginclass(2).
  
  MFC after:	1 month

Modified:
  head/lib/libc/sys/getloginclass.2

Modified: head/lib/libc/sys/getloginclass.2
==============================================================================
--- head/lib/libc/sys/getloginclass.2	Tue Jul 12 05:55:11 2016	(r302623)
+++ head/lib/libc/sys/getloginclass.2	Tue Jul 12 06:00:57 2016	(r302624)
@@ -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