Source-Changes-HG archive

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

[src/trunk]: src/share/man Fix typo in macro.



details:   https://anonhg.NetBSD.org/src/rev/9ce097f24a36
branches:  trunk
changeset: 520993:9ce097f24a36
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jan 21 18:03:59 2002 +0000

description:
Fix typo in macro.

diffstat:

 share/man/man3/dlfcn.3         |  4 ++--
 share/man/man4/man4.vax/cons.4 |  4 ++--
 share/man/man4/rtfps.4         |  7 +++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (64 lines):

diff -r 2d30e5019412 -r 9ce097f24a36 share/man/man3/dlfcn.3
--- a/share/man/man3/dlfcn.3    Mon Jan 21 18:02:53 2002 +0000
+++ b/share/man/man3/dlfcn.3    Mon Jan 21 18:03:59 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dlfcn.3,v 1.13 2001/06/24 01:32:29 wiz Exp $
+.\"    $NetBSD: dlfcn.3,v 1.14 2002/01/21 18:06:23 wiz Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -108,7 +108,7 @@
 .Fa handle
 from the process address space.
 If multiple calls to
-.fn dlopen
+.Fn dlopen
 have been done on this object
 .Po or the object was one loaded at startup time
 .Pc
diff -r 2d30e5019412 -r 9ce097f24a36 share/man/man4/man4.vax/cons.4
--- a/share/man/man4/man4.vax/cons.4    Mon Jan 21 18:02:53 2002 +0000
+++ b/share/man/man4/man4.vax/cons.4    Mon Jan 21 18:03:59 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cons.4,v 1.7 2002/01/15 02:04:58 wiz Exp $
+.\"    $NetBSD: cons.4,v 1.8 2002/01/21 18:03:59 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -106,7 +106,7 @@
 a
 .Ic \&^D
 will put you in remote diagnosis mode, where the prompt will be
-.ql RDM> .
+.Ql RDM> .
 .El
 .Ss Tn VAX No 8600 or 8650
 The
diff -r 2d30e5019412 -r 9ce097f24a36 share/man/man4/rtfps.4
--- a/share/man/man4/rtfps.4    Mon Jan 21 18:02:53 2002 +0000
+++ b/share/man/man4/rtfps.4    Mon Jan 21 18:03:59 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rtfps.4,v 1.7 2001/09/11 22:52:53 wiz Exp $
+.\"    $NetBSD: rtfps.4,v 1.8 2002/01/21 18:05:27 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -42,8 +42,7 @@
 .Os
 .Sh NAME
 .Nm rtfps
-.Nd
-multiplexing serial communications interface
+.Nd multiplexing serial communications interface
 .Sh SYNOPSIS
 .Cd "rtfps0 at isa? port 0x1230 irq 10"
 .Cd "com2 at rtfps0 slave 0"
@@ -54,7 +53,7 @@
 The
 .Nm rtfps
 driver provides support for IBM RT PC boards that multiplex together up to four
-.Rn EIA
+.Tn EIA
 .Tn RS-232C
 .Pf ( Tn CCITT
 .Tn V.28 )



Home | Main Index | Thread Index | Old Index