Bug 15959

Summary: misplaced lines in psignal.9 man page
Product: Documentation Reporter: Jonathan Hanna <jh>
Component: Books & ArticlesAssignee: Alexey Zelkin <phantom>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jonathan Hanna 2000-01-07 07:50:01 UTC

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
Comment 1 Alexey Zelkin freebsd_committer freebsd_triage 2000-01-07 09:09:26 UTC
hi,

On Thu, Jan 06, 2000 at 11:46:34PM -0800, Jonathan Hanna wrote:
 
> >Number:         15959
> >Category:       docs
> >Synopsis:       misplaced lines in psignal.9 man page

> % 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

Looks like makewhatis(1) incorrect behaviour at all ...

> >Fix:
> 
> --- psignal.9.orig	Thu Jan  6 23:39:21 2000
> +++ psignal.9	Thu Jan  6 23:40:59 2000
> @@ -40,13 +40,13 @@

Thanks for notification!  Fix follow.  It's really incorrectly placed lines

(speaking to myself: it's time to check style of all manpages imported from
other projects, like NetBSD)

-- 
/* Alexey Zelkin                       && phantom@cris.net    */
/* Tavric National University          && phantom@crimea.edu  */
/* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */
Comment 2 Alexey Zelkin freebsd_committer freebsd_triage 2000-01-07 12:21:32 UTC
State Changed
From-To: open->suspended

Fix commited in -CURRENT and -STABLE 


Comment 3 Alexey Zelkin freebsd_committer freebsd_triage 2000-01-07 12:21:32 UTC
Responsible Changed
From-To: freebsd-doc->phantom

I will check makewhatis(1) related part before closing this PR. 
Comment 4 Alexey Zelkin freebsd_committer freebsd_triage 2001-05-29 15:09:33 UTC
State Changed
From-To: suspended->closed

No more same things. Time to close.