Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Fix semantic markup.



details:   https://anonhg.NetBSD.org/src/rev/710d3f12de18
branches:  trunk
changeset: 828991:710d3f12de18
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Jan 13 18:57:48 2018 +0000

description:
Fix semantic markup.

diffstat:

 share/man/man4/isp.4   |  10 +++++-----
 share/man/man4/njata.4 |  10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (58 lines):

diff -r 62ac12b4dfe5 -r 710d3f12de18 share/man/man4/isp.4
--- a/share/man/man4/isp.4      Sat Jan 13 17:55:57 2018 +0000
+++ b/share/man/man4/isp.4      Sat Jan 13 18:57:48 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: isp.4,v 1.12 2009/06/25 23:45:52 mjacob Exp $
+.\"    $NetBSD: isp.4,v 1.13 2018/01/13 18:57:48 uwe Exp $
 .\"
 .\" Copyright (c) 1998, 1999
 .\"    Matthew Jacob, for NASA/Ames Research Center
@@ -56,18 +56,18 @@
 requires tagging).
 .Sh CONFIGURATION
 An optional
-.Tn flags 0x80
+.Cd flags 0x80
 appended to the above
-.Tn isp*
+.Nm
 declarations will disable the download of driver firmware, which means you
 use whatever firmware is running on the card.
 If no firmware is running on the card,
 the driver cannot operate the card.
 .Pp
 An optional
-.Tn flags 0x40
+.Cd flags 0x40
 appended to the above
-.Tn isp*
+.Nm
 declarations (can be OR'd in with the other config flags option)
 will keep the driver from looking at device or bus NVRAM settings (this
 is in case NVRAM is just wrong and you have the card in a platform where
diff -r 62ac12b4dfe5 -r 710d3f12de18 share/man/man4/njata.4
--- a/share/man/man4/njata.4    Sat Jan 13 17:55:57 2018 +0000
+++ b/share/man/man4/njata.4    Sat Jan 13 18:57:48 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: njata.4,v 1.7 2011/02/21 02:31:57 itohy Exp $
+.\"    $NetBSD: njata.4,v 1.8 2018/01/13 19:01:59 uwe Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -66,12 +66,12 @@
 .Dq wait
 value for ATA transfers.
 Some combinations of host and device may fail without flags parameter or
-.Tn flags 0x00 .
+.Cd flags 0x00 .
 In this case try adding wait values like
-.Tn flags 0x01
+.Cd flags 0x01
 or
-.Tn flags 0x11
-(the wait parameter is composed of two 4bit values).
+.Cd flags 0x11
+(the wait parameter is composed of two 4-bit values).
 Smaller wait values should be faster.
 Too long waits may cause transfer errors.
 .Sh SEE ALSO



Home | Main Index | Thread Index | Old Index