Module Name:    src
Committed By:   mbalmer
Date:           Sun Jul 13 08:37:13 UTC 2014

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
Added Files:
        src/share/man/man4: asus.4

Log Message:
Add a man page for asus(4), written by Leonardo Taccari as part of PR/39932.


To generate a diff of this commit:
cvs rdiff -u -r1.1478 -r1.1479 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.614 -r1.615 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/asus.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1478 src/distrib/sets/lists/man/mi:1.1479
--- src/distrib/sets/lists/man/mi:1.1478	Tue Jul  8 05:55:34 2014
+++ src/distrib/sets/lists/man/mi	Sun Jul 13 08:37:13 2014
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1478 2014/07/08 05:55:34 spz Exp $
+# $NetBSD: mi,v 1.1479 2014/07/13 08:37:13 mbalmer Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -862,6 +862,7 @@
 ./usr/share/man/cat4/arp.0			man-sys-catman		.cat
 ./usr/share/man/cat4/artsata.0			man-sys-catman		.cat
 ./usr/share/man/cat4/ast.0			man-sys-catman		.cat
+./usr/share/man/cat4/asus.0			man-sys-catman		.cat
 ./usr/share/man/cat4/ata.0			man-sys-catman		.cat
 ./usr/share/man/cat4/atabus.0			man-sys-catman		.cat
 ./usr/share/man/cat4/atalk.0			man-sys-catman		.cat
@@ -3908,6 +3909,7 @@
 ./usr/share/man/html4/arp.html			man-sys-htmlman		html
 ./usr/share/man/html4/artsata.html		man-sys-htmlman		html
 ./usr/share/man/html4/ast.html			man-sys-htmlman		html
+./usr/share/man/html4/asus.html			man-sys-htmlman		html
 ./usr/share/man/html4/ata.html			man-sys-htmlman		html
 ./usr/share/man/html4/atabus.html		man-sys-htmlman		html
 ./usr/share/man/html4/atalk.html		man-sys-htmlman		html
@@ -6717,6 +6719,7 @@
 ./usr/share/man/man4/arp.4			man-sys-man		.man
 ./usr/share/man/man4/artsata.4			man-sys-man		.man
 ./usr/share/man/man4/ast.4			man-sys-man		.man
+./usr/share/man/man4/asus.4			man-sys-man		.man
 ./usr/share/man/man4/ata.4			man-sys-man		.man
 ./usr/share/man/man4/atabus.4			man-sys-man		.man
 ./usr/share/man/man4/atalk.4			man-sys-man		.man

Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.614 src/share/man/man4/Makefile:1.615
--- src/share/man/man4/Makefile:1.614	Sun May 18 11:46:23 2014
+++ src/share/man/man4/Makefile	Sun Jul 13 08:37:13 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.614 2014/05/18 11:46:23 kardel Exp $
+#	$NetBSD: Makefile,v 1.615 2014/07/13 08:37:13 mbalmer Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
 
 MAN=	aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -6,7 +6,7 @@ MAN=	aac.4 ac97.4 acardide.4 aceride.4 a
 	adc.4 admtemp.4 adv.4 adw.4 age.4 agp.4 agr.4 ahb.4 ahc.4 \
 	ahcisata.4 ahd.4 \
 	aibs.4 alc.4 ale.4 alipm.4 altmem.4 altq.4 amdpm.4 amdtemp.4 amhphy.4 \
-	amr.4 aps.4 \
+	amr.4 aps.4 asus.4 \
 	an.4 arcmsr.4 aria.4 artsata.4 ata.4 atalk.4 ataraid.4 \
 	ath.4 athn.4 atphy.4 atppc.4 attimer.4 atw.4 \
 	auacer.4 audio.4 audiocs.4 auich.4 \

Added files:

Index: src/share/man/man4/asus.4
diff -u /dev/null src/share/man/man4/asus.4:1.1
--- /dev/null	Sun Jul 13 08:37:13 2014
+++ src/share/man/man4/asus.4	Sun Jul 13 08:37:13 2014
@@ -0,0 +1,76 @@
+.\" $NetBSD: asus.4,v 1.1 2014/07/13 08:37:13 mbalmer Exp $
+.\"
+.\" Copyright (c) 2008 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd November 15, 2008
+.Dt ASUS 4
+.Os
+.Sh NAME
+.Nm asus
+.Nd ASUS hotkeys
+.Sh SYNOPSIS
+.Cd "asus*  at acpi?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for hotkeys available in various ASUS laptops and
+netbooks (Eee PC series included).
+.Pp
+The following hotkeys are directly handled by
+.Nm :
+.Bl -tag -width pcdisplay -offset indent
+.It \&Fn + F3
+Decrease LCD brightness
+.It \&Fn + F4
+Increase LCD brightness
+.It \&Fn + F5
+Switch between LCD and external video output
+.It \&Fn + F7
+Toggle audio
+.It \&Fn + F8
+Volume down
+.It \&Fn + F9
+Volume up
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr powerd 8
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Nx 5.0 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+device driver was written by
+.An "Jared D. McNeill" .
+This man page was written by
+.An "Leonardo Taccari" .
+.Sh BUGS
+At the moment
+.Nm
+does not handle
+Fn + F6 (Task manager)

Reply via email to