Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/share/man/man4/man4.hpcmips Pull up revision 1.1 (request...



details:   https://anonhg.NetBSD.org/src/rev/4b9e5241e8f3
branches:  netbsd-3
changeset: 576857:4b9e5241e8f3
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Aug 04 18:40:30 2005 +0000

description:
Pull up revision 1.1 (requested by nakayama in ticket #638):
Add man page for teliosio(4).

diffstat:

 share/man/man4/man4.hpcmips/Makefile   |   7 ++++
 share/man/man4/man4.hpcmips/teliosio.4 |  58 ++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r a2365ec7c897 -r 4b9e5241e8f3 share/man/man4/man4.hpcmips/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.hpcmips/Makefile      Thu Aug 04 18:40:30 2005 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2005/08/04 18:40:30 tron Exp $
+
+MAN=   teliosio.4
+
+MANSUBDIR=/hpcmips
+
+.include <bsd.man.mk>
diff -r a2365ec7c897 -r 4b9e5241e8f3 share/man/man4/man4.hpcmips/teliosio.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.hpcmips/teliosio.4    Thu Aug 04 18:40:30 2005 +0000
@@ -0,0 +1,58 @@
+.\"    $NetBSD: teliosio.4,v 1.2.2.2 2005/08/04 18:40:30 tron Exp $
+.\"
+.\" Copyright (c) 2005 Takeshi Nakayama.
+.\" 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.
+.\" 3. The name of the author may not be used to endorse or promote products
+.\"    derived from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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 July 31, 2005
+.Dt TELIOSIO 4 hpcmips
+.Os
+.Sh NAME
+.Nm teliosio
+.Nd driver for Sharp Telios LCD screen and Battery unit
+.Sh SYNOPSIS
+.Cd "teliosio* at txcsbus1 regcs 13 regcswidth 16"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for controlling brightness and power of the
+LCD screen in Sharp Telios series machines.
+.Pp
+Default keymap binds
+.Li Ao Ctrl Ac + Ao Alt Ac + Ao Ar arrowkey Ac
+to control brightness with left and right arrow keys, and
+.Li Ao Ctrl Ac + Ao Alt Ac + Ao Space Ac
+to toggle power of the LCD screen.
+.Pp
+The current status of battery unit can display via
+.Xr apm 8
+command.
+.Sh SEE ALSO
+.Xr screenblank 1 ,
+.Xr apm 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Nx 3.0 .



Home | Main Index | Thread Index | Old Index