Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2000 23:46:34 -0800 (PST)
From:      Jonathan Hanna <jh@cr1003333-a.crdva1.bc.home.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/15959: misplaced lines in psignal.9 man page
Message-ID:  <200001070746.XAA00984@cr1003333-a.crdva1.bc.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         15959
>Category:       docs
>Synopsis:       misplaced lines in psignal.9 man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan  6 23:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Hanna
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

>Description:

>How-To-Repeat:

% man -k psignal
psignal(3), strsignal(3), sys_siglist(3), sys_signame(3) - system signal message
s
psignal(9), -(9)         - #include <sys/types.h> #include <sys/signalvar.h> psi
gnal, pgsignal, gsignal post signal to a process or process group
r

>Fix:

--- psignal.9.orig	Thu Jan  6 23:39:21 2000
+++ psignal.9	Thu Jan  6 23:40:59 2000
@@ -40,13 +40,13 @@
 .Dt PSIGNAL 9
 .Os
 .Sh NAME
-.Fd #include <sys/types.h>
-.Fd #include <sys/signalvar.h>
 .Nm psignal ,
 .Nm pgsignal ,
 .Nm gsignal
 .Nd post signal to a process or process group
 .Sh SYNOPSIS
+.Fd #include <sys/types.h>
+.Fd #include <sys/signalvar.h>
 .Ft void
 .Fn psignal "struct proc *p" "int signum"
 .Ft void

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001070746.XAA00984>