diff options
author | 2016-03-30 06:58:06 +0000 | |
---|---|---|
committer | 2016-03-30 06:58:06 +0000 | |
commit | 424a8f4be3de1993768c2e0728376d646f05e613 (patch) | |
tree | b332c48583ad0ae0183a49f0d9f7625a3d91163b /lib/libc | |
parent | for some time now mandoc has not required MLINKS to function (diff) | |
download | wireguard-openbsd-424a8f4be3de1993768c2e0728376d646f05e613.tar.xz wireguard-openbsd-424a8f4be3de1993768c2e0728376d646f05e613.zip |
some Xr adjustment to catch up with MLINKS removal;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/authenticate.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/syslog.3 | 6 | ||||
-rw-r--r-- | lib/libc/sys/__get_tcb.2 | 8 | ||||
-rw-r--r-- | lib/libc/sys/getthrid.2 | 6 |
4 files changed, 13 insertions, 13 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 . diff --git a/lib/libc/sys/__get_tcb.2 b/lib/libc/sys/__get_tcb.2 index 18074de2b4f..123fe02df16 100644 --- a/lib/libc/sys/__get_tcb.2 +++ b/lib/libc/sys/__get_tcb.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __get_tcb.2,v 1.5 2016/03/20 05:00:22 guenther Exp $ +.\" $OpenBSD: __get_tcb.2,v 1.6 2016/03/30 06:58:06 jmc Exp $ .\" .\" Copyright (c) 2011 Philip Guenther <guenther@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 20 2016 $ +.Dd $Mdocdate: March 30 2016 $ .Dt __GET_TCB 2 .Os .Sh NAME @@ -45,7 +45,7 @@ or .Xr vfork 2 inherits the TCB address of the thread that created it. A thread created using -.Xr __tfork 2 +.Xr __tfork 3 starts with the TCB address specified in that call. .Xr execve 2 resets the thread's TCB address to zero. @@ -56,7 +56,7 @@ register which can be accessed from userspace. .Fn __get_tcb returns the address of the thread control block of the current thread. .Sh SEE ALSO -.Xr __tfork 2 +.Xr __tfork 3 .Sh HISTORY The .Fn __get_tcb diff --git a/lib/libc/sys/getthrid.2 b/lib/libc/sys/getthrid.2 index 8f639f8c21d..7c812610b19 100644 --- a/lib/libc/sys/getthrid.2 +++ b/lib/libc/sys/getthrid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getthrid.2,v 1.3 2015/05/31 23:54:25 schwarze Exp $ +.\" $OpenBSD: getthrid.2,v 1.4 2016/03/30 06:58:06 jmc Exp $ .\" $NetBSD: getpid.2,v 1.5 1995/02/27 12:33:12 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)getpid.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2015 $ +.Dd $Mdocdate: March 30 2016 $ .Dt GETTHRID 2 .Os .Sh NAME @@ -63,8 +63,8 @@ to identify threads within the process itself. This function is always successful, and no return value is reserved to indicate an error. .Sh SEE ALSO -.Xr __tfork 2 , .Xr getpid 2 , +.Xr __tfork 3 , .Xr pthread_create 3 , .Xr pthread_self 3 .Sh STANDARDS |