Wed Jun 1 01:44:22 2016 UTC ()
Use .An for author names.  From PR misc/49516


(pgoyette)
diff -r1.2 -r1.3 src/share/man/man4/sony.4

cvs diff -r1.2 -r1.3 src/share/man/man4/sony.4 (expand / switch to unified diff)

--- src/share/man/man4/sony.4 2008/04/30 13:10:54 1.2
+++ src/share/man/man4/sony.4 2016/06/01 01:44:22 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: sony.4,v 1.2 2008/04/30 13:10:54 martin Exp $ 1.\" $NetBSD: sony.4,v 1.3 2016/06/01 01:44:22 pgoyette Exp $
2.\" 2.\"
3.\" Copyright (c) 2005 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2005 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Christos Zoulas. 7.\" by Christos Zoulas.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -17,27 +17,27 @@ @@ -17,27 +17,27 @@
17.\" 17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE. 28.\" POSSIBILITY OF SUCH DAMAGE.
29.\" 29.\"
30.Dd December 23, 2007 30.Dd June 1, 2016
31.Dt SONY 4 31.Dt SONY 4
32.Os 32.Os
33.Sh NAME 33.Sh NAME
34.Nm sony 34.Nm sony
35.Nd Sony Miscellaneous Controller 35.Nd Sony Miscellaneous Controller
36.Sh SYNOPSIS 36.Sh SYNOPSIS
37.Cd "sony* at acpi?" 37.Cd "sony* at acpi?"
38.Sh DESCRIPTION 38.Sh DESCRIPTION
39Some 39Some
40.Tn Sony 40.Tn Sony
41notebook computers have a controller that handles various built-in 41notebook computers have a controller that handles various built-in
42devices. 42devices.
43The 43The
@@ -99,28 +99,30 @@ Fn + F4 (volume up) @@ -99,28 +99,30 @@ Fn + F4 (volume up)
99Fn + F3 (volume down) 99Fn + F3 (volume down)
100.El 100.El
101.El 101.El
102.Sh SEE ALSO 102.Sh SEE ALSO
103.Xr acpi 4 , 103.Xr acpi 4 ,
104.Xr spic 4 104.Xr spic 4
105.Sh HISTORY 105.Sh HISTORY
106The 106The
107.Nm 107.Nm
108driver 108driver
109appeared in 109appeared in
110.Nx 4.0 . 110.Nx 4.0 .
111.Sh AUTHORS 111.Sh AUTHORS
112Sami Kantoluoto for the original driver and manual information. 112.An Sami Kantoluoto
113Christos Zoulas for cleaning up the driver and this manual page. 113for the original driver and manual information.
 114.An Christos Zoulas
 115for cleaning up the driver and this manual page.
114.Sh BUGS 116.Sh BUGS
115.Bl -bullet 117.Bl -bullet
116.It 118.It
117The 119The
118.Nm 120.Nm
119driver just parses integer values from the 121driver just parses integer values from the
120.Xr acpi 4 122.Xr acpi 4
121tree. 123tree.
122It could be more intelligent and parse other controls. 124It could be more intelligent and parse other controls.
123.It 125.It
124The 126The
125.Xr sysctl 8 127.Xr sysctl 8
126interface is not great. 128interface is not great.