Author: ed Date: Thu Jan 21 17:26:11 2010 New Revision: 202757 URL: http://svn.freebsd.org/changeset/base/202757
Log: Correct a minor mistake in my previous commit. getutxent is in category 3, not 5. Modified: head/share/man/man7/hier.7 Modified: head/share/man/man7/hier.7 ============================================================================== --- head/share/man/man7/hier.7 Thu Jan 21 17:25:12 2010 (r202756) +++ head/share/man/man7/hier.7 Thu Jan 21 17:26:11 2010 (r202757) @@ -776,7 +776,7 @@ group for command connection sockets; se .It Pa utx.active database of current users; see -.Xr getutxent 5 +.Xr getutxent 3 .El .Pp .It Pa rwho/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
