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.x68k Formatting improvements.



details:   https://anonhg.NetBSD.org/src/rev/1b77af0247bb
branches:  trunk
changeset: 509438:1b77af0247bb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri May 04 10:51:47 2001 +0000

description:
Formatting improvements.

diffstat:

 share/man/man4/man4.x68k/pow.4 |  35 +++++++++++++++--------------------
 1 files changed, 15 insertions(+), 20 deletions(-)

diffs (101 lines):

diff -r 6a9b51fc945a -r 1b77af0247bb share/man/man4/man4.x68k/pow.4
--- a/share/man/man4/man4.x68k/pow.4    Fri May 04 10:48:18 2001 +0000
+++ b/share/man/man4/man4.x68k/pow.4    Fri May 04 10:51:47 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pow.4,v 1.6 2000/08/21 00:14:29 itohy Exp $
+.\"    $NetBSD: pow.4,v 1.7 2001/05/04 10:51:47 wiz Exp $
 .\"
 .\" Copyright (c) 1995 MINOURA Makoto.
 .\" All rights reserved.
@@ -43,7 +43,7 @@
 the RTC alarm timer. The following operations are allowed using
 .Xr ioctl 2
 system call:
-
+.Pp
 .Bl -tag -width POWIOCGPOWERINFO -compact -offset indent
 .It POWIOGPOWERINFO
 Getting power switch status
@@ -75,11 +75,11 @@
 .Ed
 .Pp
 Each member means:
-.Bl -hang -compact
-.It pow_switch_boottime:
+.Bl -hang
+.It pow_switch_boottime :
 The power switch status at the system start time.
 The status is known by applying logical and (&) with:
-
+.Pp
 .Bl -tag -compact -width POW_EXTERNALSW
 .It POW_ALARMSW
 True if the system started by the RTC alarm timer
@@ -88,19 +88,15 @@
 .It POW_FRONTSW
 True if the front power switch is on
 .El
-
+.Pp
 EXPWON-related information is not tested.
-
-.It pow_switch_current:
+.It pow_switch_current :
 Current power switch status. See above.
-
-.It pow_boottime:
+.It pow_boottime :
 The time when
 .Nx
 started.
-
-.It pow_bootcount:
-.It pow_usedtotal:
+.It pow_bootcount , pow_usedtotal :
 Host's boot information from the system memory switch.
 Total usage in count (pow_bootcount) and second (pow_usedtotal).
 .El
@@ -125,21 +121,21 @@
 .Pp
 Each of the members means:
 .Bl -hang
-.It al_enable:
+.It al_enable :
 True if the alarm timer is enable.
-.It al_ontime:
+.It al_ontime :
 Internal expression of the alarm timer. See `C Compiler PRO-68K Programmers' Manual'
 Chapter 3 Section ALARMSET.
-.It al_dowhat:
+.It al_dowhat :
 What to do when started by the alarm timer.
 See `Programmers' manual'.
-.It al_offtime:
+.It al_offtime :
 Display the time in seconds since the alarm is activated until
 the power is turned off (though the resolution
 is resolved to minutes). Be cautious when using IOCS
 and the like as these require minute time units. 0 indicates an infinity.
 .El
-
+.Pp
 .Bd -literal
 .Fd ioctl (fd, POWIOCSALARMINFO, &alarminfo);
 .Fd struct x68k_alarminfo alarminfo;
@@ -148,7 +144,6 @@
 Sets the alarm timer according to the argument
 .Ar alarminfo
 (see above).
-.Pp
 .Sh SIGNAL
 .Bd -literal
 .Fd #include <sys/ioctl.h>
@@ -173,7 +168,7 @@
 .Rs
 `C Compiler PRO-68K Programmers' Manual', Chapter 3 IOCS Calls, Section ALARMSET, Sharp
 .Re
-.Sh AUTHOR
+.Sh AUTHORS
 Minoura Makoto <minoura%flab.fujitsu.co.jp@localhost>.
 .Sh SPECIAL THANKS
 Liam Hahne Minn <hahne%sail.t.u-tokyo.ac.jp@localhost>.



Home | Main Index | Thread Index | Old Index