diff options
author | 2015-09-10 15:53:26 +0000 | |
---|---|---|
committer | 2015-09-10 15:53:26 +0000 | |
commit | 14e7529f6ac8592df4a265e19cc39a4b11067b58 (patch) | |
tree | 698a6f635a2dec5a36f69a51f987870b7973fecd | |
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
-rw-r--r-- | lib/libc/locale/wcstol.3 | 8 | ||||
-rw-r--r-- | lib/libutil/login_fbtab.3 | 7 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/rfx.4 | 21 |
3 files changed, 14 insertions, 22 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 diff --git a/share/man/man4/man4.sparc64/rfx.4 b/share/man/man4/man4.sparc64/rfx.4 index ad822704a0d..838ba628d86 100644 --- a/share/man/man4/man4.sparc64/rfx.4 +++ b/share/man/man4/man4.sparc64/rfx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rfx.4,v 1.11 2011/09/03 22:59:07 jmc Exp $ +.\" $OpenBSD: rfx.4,v 1.12 2015/09/10 15:53:26 schwarze Exp $ .\" .\" Copyright (c) 2004, Miodrag Vallat. .\" All rights reserved. @@ -24,29 +24,24 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 3 2011 $ +.Dd $Mdocdate: September 10 2015 $ .Dt RFX 4 sparc64 .Os .Sh NAME .Nm rfx -.Nd Vitec/Connectware/AP&D -.Tn RasterFlex -framebuffer series +.Nd Vitec/Connectware/AP&D RasterFlex framebuffer series .Sh SYNOPSIS .Cd "rfx* at sbus?" .Cd "wsdisplay* at rfx?" .Sh DESCRIPTION -The -.Tn RasterFlex +The RasterFlex series, originally manufactured by Vitec, later bought by Connectware, then by Advanced Products & Design, are high-performance frame buffers and frame grabber devices. .Pp The .Nm -driver only supports the -.Tn RasterFlex -frame buffers: +driver only supports the RasterFlex frame buffers: .Bl -tag -width RasterFLEX-HR -offset indent -compact .It RasterFlex-24 .It RasterFlex-32 @@ -63,12 +58,10 @@ but makes its functions available via the internal .Xr wsdisplay 4 interface. .Sh DISPLAY RESOLUTION -The -.Tn RasterFlex +The RasterFlex frame buffers will adapt their resolution to the monitor they are connected to. -However, when not connected to a -.Tn Sun +However, when not connected to a Sun monitor, the device will default to the 1152x900 resolution, with a refresh rate of 66Hz. A different resolution can be forced using the jumpers J2 to J4, located |