diff options
author | 2015-09-10 15:53:26 +0000 | |
---|---|---|
committer | 2015-09-10 15:53:26 +0000 | |
commit | 14e7529f6ac8592df4a265e19cc39a4b11067b58 (patch) | |
tree | 698a6f635a2dec5a36f69a51f987870b7973fecd /lib | |
parent | regen configure, reported by deraadt@ (diff) | |
download | wireguard-openbsd-14e7529f6ac8592df4a265e19cc39a4b11067b58.tar.xz wireguard-openbsd-14e7529f6ac8592df4a265e19cc39a4b11067b58.zip |
reduce more .Nd to one line and kill more .Tn
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/locale/wcstol.3 | 8 | ||||
-rw-r--r-- | lib/libutil/login_fbtab.3 | 7 |
2 files changed, 7 insertions, 8 deletions
diff --git a/lib/libc/locale/wcstol.3 b/lib/libc/locale/wcstol.3 index cf6f627967e..a09a7b33ee8 100644 --- a/lib/libc/locale/wcstol.3 +++ b/lib/libc/locale/wcstol.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wcstol.3,v 1.3 2013/08/14 06:32:27 jmc Exp $ +.\" $OpenBSD: wcstol.3,v 1.4 2015/09/10 15:53:26 schwarze Exp $ .\" $NetBSD: wcstol.3,v 1.2 2006/08/08 17:32:05 wiz Exp $ .\" .\" Copyright (c) 2002 Tim J. Robbins @@ -27,15 +27,15 @@ .\" .\" $FreeBSD: src/lib/libc/locale/wcstol.3,v 1.4 2002/11/29 17:35:09 ru Exp $ .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt WCSTOL 3 .Os .Sh NAME .Nm wcstol , wcstoul , .Nm wcstoll , wcstoull , .Nm wcstoimax , wcstoumax -.Nd convert a wide-character string value to a long, unsigned long, -long long, unsigned long long, intmax_t or uintmax_t integer +.Nd convert a wide-character string value to a long, unsigned long, \ +long long, unsigned long long, intmax_t, or uintmax_t integer .Sh SYNOPSIS .In wchar.h .Ft long diff --git a/lib/libutil/login_fbtab.3 b/lib/libutil/login_fbtab.3 index 94c1a9cbf29..ef65ca5d3a0 100644 --- a/lib/libutil/login_fbtab.3 +++ b/lib/libutil/login_fbtab.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_fbtab.3,v 1.12 2014/09/08 01:27:54 schwarze Exp $ +.\" $OpenBSD: login_fbtab.3,v 1.13 2015/09/10 15:53:26 schwarze Exp $ .\" .\" Copyright 1995 by Wietse Venema. All rights reserved. Some individual .\" files may be covered by other copyrights. @@ -15,13 +15,12 @@ .\" warranties, including, without limitation, the implied warranties of .\" merchantibility and fitness for any particular purpose. .\" -.Dd $Mdocdate: September 8 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt LOGIN_FBTAB 3 .Os .Sh NAME .Nm login_fbtab -.Nd implement device security based on -.Pa /etc/fbtab +.Nd implement device security based on fbtab(5) .Sh SYNOPSIS .In sys/types.h .In util.h |