Use .In instead of .Aq .Pa for signal.h.
This commit is contained in:
parent
fa492e587b
commit
899808a54d
|
@ -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 @@ option lists process id's in addition to the normal information.
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue