From eaeeb89e754fb0dfef7d116c2d8f64aec9cc900b Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Mon, 11 Oct 2010 20:30:57 +0000 Subject: [PATCH] Fix reference to nonexistent manpage getuid(3). Submitted by: pluknet --- lib/libulog/ulog_login.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libulog/ulog_login.3 b/lib/libulog/ulog_login.3 index 451a4f7a31f..2a492258ed3 100644 --- a/lib/libulog/ulog_login.3 +++ b/lib/libulog/ulog_login.3 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 5, 2009 +.Dd October 11, 2010 .Dt ULOG_LOGIN 3 .Os .Sh NAME @@ -90,8 +90,8 @@ and .Fn ulog_logout_pseudo functions spawn a privileged process to perform the actual logging. .Sh SEE ALSO +.Xr getuid 2 , .Xr posix_openpt 2 , -.Xr getuid 3 , .Xr ptsname 3 , .Xr pututxline 3 .Sh HISTORY