Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add a man page for asus(4), written by Leonardo Taccari as p...
details: https://anonhg.NetBSD.org/src/rev/ea9124d4ece9
branches: trunk
changeset: 330525:ea9124d4ece9
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Sun Jul 13 08:37:13 2014 +0000
description:
Add a man page for asus(4), written by Leonardo Taccari as part of PR/39932.
diffstat:
distrib/sets/lists/man/mi | 5 ++-
share/man/man4/Makefile | 4 +-
share/man/man4/asus.4 | 76 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 82 insertions(+), 3 deletions(-)
diffs (131 lines):
diff -r 4e47c349f833 -r ea9124d4ece9 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun Jul 13 02:44:21 2014 +0000
+++ b/distrib/sets/lists/man/mi Sun Jul 13 08:37:13 2014 +0000
@@ -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
diff -r 4e47c349f833 -r ea9124d4ece9 share/man/man4/Makefile
--- a/share/man/man4/Makefile Sun Jul 13 02:44:21 2014 +0000
+++ b/share/man/man4/Makefile Sun Jul 13 08:37:13 2014 +0000
@@ -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 @@
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 \
diff -r 4e47c349f833 -r ea9124d4ece9 share/man/man4/asus.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/asus.4 Sun Jul 13 08:37:13 2014 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index