Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/notes/common Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/677927007138
branches:  netbsd-1-4
changeset: 470901:677927007138
user:      he <he%NetBSD.org@localhost>
date:      Mon Sep 11 11:12:54 2000 +0000

description:
Apply patch (requested by he):
  Properly align IRQ num/mask heading, and work around font change
  problem.

diffstat:

 distrib/notes/common/sysinst |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r d076a6515206 -r 677927007138 distrib/notes/common/sysinst
--- a/distrib/notes/common/sysinst      Sun Sep 10 15:22:33 2000 +0000
+++ b/distrib/notes/common/sysinst      Mon Sep 11 11:12:54 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysinst,v 1.2.2.6 2000/08/26 19:02:36 he Exp $
+.\" $NetBSD: sysinst,v 1.2.2.7 2000/09/11 11:12:54 he Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -130,8 +130,9 @@
 interrupts, stored in the kernel global variable
 .Va pcic_isa_intr_alloc_mask .
 This mask is a logical-or of power-of-2s of allowable interrupts:
+.ne 6P
 .Bd -literal -offset 04n
-.Em "IRQ Val      IRQ Val      IRQ Val       IRQ Val"
+IRQ Val      IRQ Val      IRQ Val       IRQ Val
  0  0x0001    4  0x0010    8  0x0100    12  0x1000
  1  0x0002    5  0x0020    9  0x0200    13  0x2000
  2  0x0004    6  0x0040   10  0x0400    14  0x4000



Home | Main Index | Thread Index | Old Index