Source-Changes-HG archive

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

[src/trunk]: src/bin/csh Use .In instead of .Aq .Pa for signal.h.



details:   https://anonhg.NetBSD.org/src/rev/51bfe0acb989
branches:  trunk
changeset: 753304:51bfe0acb989
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Mar 22 18:33:27 2010 +0000

description:
Use .In instead of .Aq .Pa for signal.h.

diffstat:

 bin/csh/csh.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cc8293bbc53c -r 51bfe0acb989 bin/csh/csh.1
--- a/bin/csh/csh.1     Mon Mar 22 17:23:44 2010 +0000
+++ b/bin/csh/csh.1     Mon Mar 22 18:33:27 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: csh.1,v 1.47 2009/03/29 08:54:10 wiz Exp $
+.\"    $NetBSD: csh.1,v 1.48 2010/03/22 18:33:27 joerg Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1359,7 +1359,7 @@
 Sends either the TERM (terminate) signal or the
 specified signal to the specified jobs or processes.
 Signals are either given by number or by names (as given in
-.Aq Pa signal.h ,
+.In signal.h ,
 stripped of the prefix ``SIG'').
 The signal names are listed by ``kill \-l'';
 if an



Home | Main Index | Thread Index | Old Index