Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Whitespace and formatting fixes.



details:   https://anonhg.NetBSD.org/src/rev/8284aa4cbb78
branches:  trunk
changeset: 511537:8284aa4cbb78
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 21 12:03:29 2001 +0000

description:
Whitespace and formatting fixes.

diffstat:

 share/man/man9/man9.i386/bioscall.9 |  11 ++++++-----
 share/man/man9/man9.sun3/isr_add.9  |   9 ++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (64 lines):

diff -r e05132bf3bcc -r 8284aa4cbb78 share/man/man9/man9.i386/bioscall.9
--- a/share/man/man9/man9.i386/bioscall.9       Thu Jun 21 11:59:00 2001 +0000
+++ b/share/man/man9/man9.i386/bioscall.9       Thu Jun 21 12:03:29 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: bioscall.9,v 1.2 2001/06/05 11:33:35 wiz Exp $
+.\"    $NetBSD: bioscall.9,v 1.3 2001/06/21 12:03:29 wiz Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -59,11 +59,11 @@
 .Fa *regs
 (with one exception) are installed before the BIOS interrupt is called.
 The processor flags are handled specially.  Only the following flags are
-passed to the 
+passed to the
 BIOS from the registers in
-.Fa regs 
+.Fa regs
 (the remainder come from the processor's flags register at the time
-of the call): 
+of the call):
 .Ar PSL_C ,
 .Ar PSL_PF ,
 .Ar PSL_AF ,
@@ -113,7 +113,8 @@
 .Xr apm 4
 .Sh HISTORY
 .Nm
-first appeared in NetBSD-1.3.
+first appeared in
+.Nx 1.3 .
 .Sh BUGS
 Not all BIOS functions are safe to call through the trampoline, as they
 may depend on system state which has been disturbed or used for other
diff -r e05132bf3bcc -r 8284aa4cbb78 share/man/man9/man9.sun3/isr_add.9
--- a/share/man/man9/man9.sun3/isr_add.9        Thu Jun 21 11:59:00 2001 +0000
+++ b/share/man/man9/man9.sun3/isr_add.9        Thu Jun 21 12:03:29 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: isr_add.9,v 1.5 2001/06/05 11:33:35 wiz Exp $
+.\"     $NetBSD: isr_add.9,v 1.6 2001/06/21 12:03:29 wiz Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -46,7 +46,6 @@
 .Sh SYNOPSIS
 .Fd #include <sun3/autoconf.h>
 .Bd -literal
-
 typedef int (*isr_func_t)(void *);
 .Ed
 .Ft void
@@ -124,9 +123,9 @@
 .Fa fun
 be written in assembler.
 .El
-.Sh "CODE REFERENCES"
+.Sh CODE REFERENCES
 .Pa sys/arch/sun3/sun3/isr.c
-.Sh "REFERENCES"
+.Sh REFERENCES
 MC68030 User's Manual, Third edition, MC68030UM/AD Rev 2, Motorola Inc.
-.Sh "BUGS"
+.Sh BUGS
 There is no way to remove a handler once it has been added.



Home | Main Index | Thread Index | Old Index