diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-30 06:58:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-30 06:58:07 +0000 |
commit | bba6d49a637839f8675a495313848250fdbb2c91 (patch) | |
tree | dd6e80d3a2f41034514872b2834e75ee9d7d6b37 /lib/libc/gen | |
parent | 22c99bcd0d1aacbc678f4a711ffe6a55178e6c28 (diff) |
some Xr adjustment to catch up with MLINKS removal;
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/authenticate.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/syslog.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/authenticate.3 b/lib/libc/gen/authenticate.3 index 85064f38497..c83b190540c 100644 --- a/lib/libc/gen/authenticate.3 +++ b/lib/libc/gen/authenticate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: authenticate.3,v 1.17 2015/11/24 22:03:33 millert Exp $ +.\" $OpenBSD: authenticate.3,v 1.18 2016/03/30 06:58:06 jmc Exp $ .\" .\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. .\" @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" BSDI $From: authenticate.3,v 2.7 1998/09/03 20:27:20 prb Exp $ -.Dd $Mdocdate: November 24 2015 $ +.Dd $Mdocdate: March 30 2016 $ .Dt AUTH_APPROVAL 3 .Os .Sh NAME @@ -71,7 +71,7 @@ These functions provide a simplified interface to the .Bx Authentication system -.Pq see Xr bsd_auth 3 . +.Pq see Xr auth_subr 3 . The .Fn auth_userokay function provides a single function call interface. diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index 31e15995923..a7962225600 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslog.3,v 1.32 2014/07/10 09:08:39 deraadt Exp $ +.\" $OpenBSD: syslog.3,v 1.33 2016/03/30 06:58:06 jmc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 10 2014 $ +.Dd $Mdocdate: March 30 2016 $ .Dt SYSLOG 3 .Os .Sh NAME @@ -106,7 +106,7 @@ The .Fn vsyslog function is an alternate form in which the arguments have already been captured using the variable-length argument facilities of -.Xr varargs 3 . +.Xr stdarg 3 . .Pp The message is tagged with .Fa priority . |