Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4/man4.hp300 Add rtc(4) page.



details:   https://anonhg.NetBSD.org/src/rev/72916d5b2a06
branches:  trunk
changeset: 518942:72916d5b2a06
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sat Dec 08 05:47:56 2001 +0000

description:
Add rtc(4) page.

diffstat:

 share/man/man4/man4.hp300/Makefile |   4 +-
 share/man/man4/man4.hp300/rtc.4    |  57 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+), 2 deletions(-)

diffs (77 lines):

diff -r 7aa6ca5cfbde -r 72916d5b2a06 share/man/man4/man4.hp300/Makefile
--- a/share/man/man4/man4.hp300/Makefile        Sat Dec 08 05:41:04 2001 +0000
+++ b/share/man/man4/man4.hp300/Makefile        Sat Dec 08 05:47:56 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.10 2001/09/13 05:11:08 enami Exp $
+#      $NetBSD: Makefile,v 1.11 2001/12/08 05:47:56 gmcgarry Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/18/93
 
 MAN=   apci.4 autoconf.4 cons.4 ct.4 dio.4 dca.4 dcm.4 dnkbd.4 \
        dvbox.4 frodo.4 \
        gbox.4 grf.4 hpib.4 hil.4 hyper.4 intro.4 intio.4 ite.4 mem.4 \
-       oscsi.4 ppi.4 rbox.4 rd.4 rmp.4 topcat.4
+       oscsi.4 ppi.4 rbox.4 rd.4 rmp.4 rtc.4 topcat.4
 
 #MAN+= dcl.4 st.4 
 
diff -r 7aa6ca5cfbde -r 72916d5b2a06 share/man/man4/man4.hp300/rtc.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.hp300/rtc.4   Sat Dec 08 05:47:56 2001 +0000
@@ -0,0 +1,57 @@
+.\"     $NetBSD: rtc.4,v 1.1 2001/12/08 05:47:56 gmcgarry Exp $
+.\"
+.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Gregory McGarry.
+.\"
+.\" 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. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by the NetBSD
+.\"        Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived
+.\"    from this software without specific prior written permission.
+.\"
+.\" 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 December 8, 2001
+.Dt RTC 4 hp300
+.Os
+.Sh NAME
+.Nm rtc
+.Nd hp300 real-time clock
+.Sh SYNOPSIS
+.Cd "rtc*      at intio?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the hp300 real-time clock (RTC).  It is a
+mandatory device and must be compiled into the kernel.
+.Pp
+Note that the kernel expects the real-time clock to run in UTC unless
+otherwise specified.  See
+.Xr options 4 .
+.Sh SEE ALSO
+.Xr intio 4 ,
+.Xr intro 4 ,
+.Xr options 4



Home | Main Index | Thread Index | Old Index