Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Use Aq instead of \*[Lt]\*[Gt]; \- for a minus; ...



details:   https://anonhg.NetBSD.org/src/rev/f866d1f900d5
branches:  trunk
changeset: 559871:f866d1f900d5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Mar 25 01:13:32 2004 +0000

description:
Use Aq instead of \*[Lt]\*[Gt]; \- for a minus; remove
superfluous comma.

diffstat:

 lib/libc/sys/swapctl.2 |  20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 909dac92ac7c -r f866d1f900d5 lib/libc/sys/swapctl.2
--- a/lib/libc/sys/swapctl.2    Thu Mar 25 01:02:30 2004 +0000
+++ b/lib/libc/sys/swapctl.2    Thu Mar 25 01:13:32 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: swapctl.2,v 1.30 2004/03/21 05:47:44 mrg Exp $
+.\"    $NetBSD: swapctl.2,v 1.31 2004/03/25 01:13:32 wiz Exp $
 .\"
 .\" Copyright (c) 1997 Matthew R. Green
 .\" All rights reserved.
@@ -206,7 +206,7 @@
 The
 .Dv SWAP_NSWAP
 command is always successful.
-Otherwise it returns 0 on success and -1
+Otherwise it returns 0 on success and \-1
 on failure, setting the global variable
 .Va errno
 to indicate the error.
@@ -268,12 +268,16 @@
 in
 .Nx 1.4 ,
 when the header file was also moved from
-.Pa \*[Lt]vm/vm_swap.h\*[Gt] ,
+.Aq Pa vm/vm_swap.h
 to its current location in
-.Pa \*[Lt]sys/swap.h\*[Gt] .
+.Aq Pa sys/swap.h .
 .Sh AUTHORS
 The current swap system was designed and implemented by
-Matthew Green \*[Lt]mrg%eterna.com.au@localhost\*[Gt],
-with help from Paul Kranenburg \*[Lt]pk%NetBSD.org@localhost\*[Gt]
-and Leo Weppelman \*[Lt]leo%NetBSD.org@localhost\*[Gt],
-and insights from Jason R. Thorpe \*[Lt]thorpej%NetBSD.org@localhost\*[Gt].
+Matthew Green
+.Aq mrg%eterna.com.au@localhost ,
+with help from Paul Kranenburg
+.Aq pk%NetBSD.org@localhost
+and Leo Weppelman
+.Aq leo%NetBSD.org@localhost ,
+and insights from Jason R. Thorpe
+.Aq thorpej%NetBSD.org@localhost .



Home | Main Index | Thread Index | Old Index