Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add man page for teliosio(4).
details: https://anonhg.NetBSD.org/src/rev/48ad63bc2b0d
branches: trunk
changeset: 583337:48ad63bc2b0d
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sun Jul 31 00:12:16 2005 +0000
description:
Add man page for teliosio(4).
diffstat:
distrib/sets/lists/man/mi | 4 +-
etc/mtree/NetBSD.dist | 5 ++-
share/man/man4/Makefile | 6 +-
share/man/man4/man4.hpcmips/Makefile | 7 ++++
share/man/man4/man4.hpcmips/teliosio.4 | 58 ++++++++++++++++++++++++++++++++++
5 files changed, 75 insertions(+), 5 deletions(-)
diffs (151 lines):
diff -r 0e4a8b26906d -r 48ad63bc2b0d distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sat Jul 30 22:51:42 2005 +0000
+++ b/distrib/sets/lists/man/mi Sun Jul 31 00:12:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.811 2005/07/25 18:34:38 hubertf Exp $
+# $NetBSD: mi,v 1.812 2005/07/31 00:12:16 nakayama Exp $
./etc/mtree/set.man man-sys-root
./usr/share/info/am-utils.info man-amd-info info
./usr/share/info/as.info man-computil-info bfd,info
@@ -868,6 +868,7 @@
./usr/share/man/cat4/hp700/mongoose.0 man-sys-catman .cat
./usr/share/man/cat4/hp700/phantomas.0 man-sys-catman .cat
./usr/share/man/cat4/hp700/wax.0 man-sys-catman .cat
+./usr/share/man/cat4/hpcmips/teliosio.0 man-sys-catman .cat
./usr/share/man/cat4/hpcsh/intro.0 man-sys-catman .cat
./usr/share/man/cat4/hpcsh/j6x0lcd.0 man-sys-catman .cat
./usr/share/man/cat4/hpcsh/j6x0tp.0 man-sys-catman .cat
@@ -3115,6 +3116,7 @@
./usr/share/man/man4/hp700/mongoose.4 man-sys-man .man
./usr/share/man/man4/hp700/phantomas.4 man-sys-man .man
./usr/share/man/man4/hp700/wax.4 man-sys-man .man
+./usr/share/man/man4/hpcmips/teliosio.4 man-sys-man .man
./usr/share/man/man4/hpcsh/intro.4 man-sys-man .man
./usr/share/man/man4/hpcsh/j6x0lcd.4 man-sys-man .man
./usr/share/man/man4/hpcsh/j6x0tp.4 man-sys-man .man
diff -r 0e4a8b26906d -r 48ad63bc2b0d etc/mtree/NetBSD.dist
--- a/etc/mtree/NetBSD.dist Sat Jul 30 22:51:42 2005 +0000
+++ b/etc/mtree/NetBSD.dist Sun Jul 31 00:12:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.dist,v 1.287 2005/06/30 12:40:22 perry Exp $
+# $NetBSD: NetBSD.dist,v 1.288 2005/07/31 00:12:17 nakayama Exp $
# @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
/set type=dir uname=root gname=wheel mode=0755
@@ -652,6 +652,7 @@
./usr/share/man/cat4/evbarm
./usr/share/man/cat4/hp300
./usr/share/man/cat4/hp700
+./usr/share/man/cat4/hpcmips
./usr/share/man/cat4/hpcsh
./usr/share/man/cat4/i386
./usr/share/man/cat4/mac68k
@@ -755,6 +756,7 @@
./usr/share/man/man4/evbarm
./usr/share/man/man4/hp300
./usr/share/man/man4/hp700
+./usr/share/man/man4/hpcmips
./usr/share/man/man4/hpcsh
./usr/share/man/man4/i386
./usr/share/man/man4/mac68k
@@ -858,6 +860,7 @@
./usr/share/man/html4/evbarm
./usr/share/man/html4/hp300
./usr/share/man/html4/hp700
+./usr/share/man/html4/hpcmips
./usr/share/man/html4/hpcsh
./usr/share/man/html4/i386
./usr/share/man/html4/mac68k
diff -r 0e4a8b26906d -r 48ad63bc2b0d share/man/man4/Makefile
--- a/share/man/man4/Makefile Sat Jul 30 22:51:42 2005 +0000
+++ b/share/man/man4/Makefile Sun Jul 31 00:12:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.365 2005/07/18 11:36:46 augustss Exp $
+# $NetBSD: Makefile,v 1.366 2005/07/31 00:12:17 nakayama Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 adc.4 adv.4 \
@@ -141,8 +141,8 @@
SUBDIR= man4.acorn26 man4.acorn32 man4.alpha man4.amiga man4.arc man4.atari \
man4.cobalt \
- man4.dreamcast man4.evbarm man4.hp300 man4.hp700 man4.hpcsh \
- man4.i386 man4.mac68k \
+ man4.dreamcast man4.evbarm man4.hp300 man4.hp700 man4.hpcmips \
+ man4.hpcsh man4.i386 man4.mac68k \
man4.macppc man4.mvme68k man4.pc532 man4.pmax man4.pmppc man4.sgimips \
man4.sparc man4.sparc64 man4.sun2 man4.sun3 man4.vax man4.x68k
diff -r 0e4a8b26906d -r 48ad63bc2b0d share/man/man4/man4.hpcmips/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.hpcmips/Makefile Sun Jul 31 00:12:16 2005 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2005/07/31 00:12:17 nakayama Exp $
+
+MAN= teliosio.4
+
+MANSUBDIR=/hpcmips
+
+.include <bsd.man.mk>
diff -r 0e4a8b26906d -r 48ad63bc2b0d 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 Sun Jul 31 00:12:16 2005 +0000
@@ -0,0 +1,58 @@
+.\" $NetBSD: teliosio.4,v 1.1 2005/07/31 00:12:17 nakayama 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