Remove superfluous macro.
This commit is contained in:
parent
90a640f4f3
commit
d3a1de402e
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: packages.7,v 1.78 2003/05/06 10:46:43 jmmv Exp $
|
||||
.\" $NetBSD: packages.7,v 1.79 2003/06/26 11:56:38 wiz Exp $
|
||||
.\"
|
||||
.\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
|
||||
.\"
|
||||
|
@ -138,7 +138,7 @@ the package name).
|
|||
Primary location(s) for distribution files if not found locally.
|
||||
.It PATCH_SITES
|
||||
Primary location(s) for distribution patch files (see
|
||||
.Dv It PATCHFILES
|
||||
.Dv PATCHFILES
|
||||
below) if not found locally.
|
||||
.It WRKDIR
|
||||
A temporary working directory that gets *clobbered* on clean. The default is
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: signal.7,v 1.4 2001/05/04 21:02:27 ross Exp $
|
||||
.\" $NetBSD: signal.7,v 1.5 2003/06/26 11:57:05 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -43,7 +43,7 @@ The
|
|||
header file defines the following signals:
|
||||
.Pp
|
||||
.Bl -column "SIGVTALARM" "terminate process" -compact
|
||||
.It Li Em "Name" Ta Em "Default Action" Ta Em "Description"
|
||||
.It Em "Name" Ta Em "Default Action" Ta Em "Description"
|
||||
.It Li SIGHUP Ta "terminate process" Ta "terminal line hangup"
|
||||
.It Li SIGINT Ta "terminate process" Ta "interrupt program"
|
||||
.It Li SIGQUIT Ta "create core image" Ta "quit program"
|
||||
|
|
Loading…
Reference in New Issue