diff options
author | trasz <trasz@FreeBSD.org> | 2016-11-03 14:49:26 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2016-11-03 14:49:26 +0000 |
commit | 1ba9f482211bc5c6ff724bee27e5762671ca9b80 (patch) | |
tree | 4ee50bf692ce57dbb6ed88000f5617bfdf77d78c | |
parent | 70c7526f450e8535d66ed3dfc47b69529f891f6f (diff) | |
download | FreeBSD-src-1ba9f482211bc5c6ff724bee27e5762671ca9b80.zip FreeBSD-src-1ba9f482211bc5c6ff724bee27e5762671ca9b80.tar.gz |
MFC r302624:
Add some .Xrs to getloginclass(2).
-rw-r--r-- | lib/libc/sys/getloginclass.2 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/sys/getloginclass.2 b/lib/libc/sys/getloginclass.2 index 6817330..6249d83 100644 --- a/lib/libc/sys/getloginclass.2 +++ b/lib/libc/sys/getloginclass.2 @@ -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 and was not the super-user. 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 |