Fix reference to nonexistent manpage getuid(3).

Submitted by:	pluknet
This commit is contained in:
Ed Schouten
2010-10-11 20:30:57 +00:00
parent 5a25553cc3
commit eaeeb89e75
+2 -2
View File
@@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 5, 2009 .Dd October 11, 2010
.Dt ULOG_LOGIN 3 .Dt ULOG_LOGIN 3
.Os .Os
.Sh NAME .Sh NAME
@@ -90,8 +90,8 @@ and
.Fn ulog_logout_pseudo .Fn ulog_logout_pseudo
functions spawn a privileged process to perform the actual logging. functions spawn a privileged process to perform the actual logging.
.Sh SEE ALSO .Sh SEE ALSO
.Xr getuid 2 ,
.Xr posix_openpt 2 , .Xr posix_openpt 2 ,
.Xr getuid 3 ,
.Xr ptsname 3 , .Xr ptsname 3 ,
.Xr pututxline 3 .Xr pututxline 3
.Sh HISTORY .Sh HISTORY