Module Name:    src
Committed By:   joerg
Date:           Mon Mar 22 18:33:27 UTC 2010

Modified Files:
        src/bin/csh: csh.1

Log Message:
Use .In instead of .Aq .Pa for signal.h.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/bin/csh/csh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/csh/csh.1
diff -u src/bin/csh/csh.1:1.47 src/bin/csh/csh.1:1.48
--- src/bin/csh/csh.1:1.47	Sun Mar 29 08:54:10 2009
+++ src/bin/csh/csh.1	Mon Mar 22 18:33:27 2010
@@ -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

Reply via email to