From coredump@onyx.nervosa.com  Sat May 25 00:13:26 1996
Received: from onyx.nervosa.com (root@nervosa.com [192.187.228.86])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA14618
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 May 1996 00:13:24 -0700 (PDT)
Received: (from coredump@localhost) by onyx.nervosa.com (8.7.5/8.7.3) id AAA02366; Sat, 25 May 1996 00:13:19 -0700 (PDT)
Message-Id: <199605250713.AAA02366@onyx.nervosa.com>
Date: Sat, 25 May 1996 00:13:19 -0700 (PDT)
From: "Chris J. Layne" <coredump@nervosa.com>
Reply-To: coredump@nervosa.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: incorrect manpages
X-Send-Pr-Version: 3.2

>Number:         1249
>Category:       docs
>Synopsis:       incorrect manpages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 25 00:20:03 PDT 1996
>Closed-Date:    Tue Oct 22 09:17:01 PDT 1996
>Last-Modified:  Tue Oct 22 09:18:11 PDT 1996
>Originator:     Chris J. Layne
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
== Chris Layne ======================================== Nervosa Computing ==
== coredump@nervosa.com ================ http://www.nervosa.com/~coredump ==
>Environment:

>Description:

Some manpages list the OS as NetBSD when it should be FreeBSD

.\"     $NetBSD: msgctl.2,v 1.1 1995/10/16 23:49:15 jtc Exp $
.\"      This product includes software developed for the NetBSD Project
.Os NetBSD
.\"     $NetBSD: msgget.2,v 1.1 1995/10/16 23:49:19 jtc Exp $
.\"      This product includes software developed for the NetBSD Project
.Os NetBSD
.\"     $NetBSD: msgrcv.2,v 1.1 1995/10/16 23:49:20 jtc Exp $
.\"      This product includes software developed for the NetBSD Project
.Os NetBSD
.\"     $NetBSD: msgsnd.2,v 1.1 1995/10/16 23:49:24 jtc Exp $
.\"      This product includes software developed for the NetBSD Project
.Os NetBSD
.\"     $NetBSD: lint.1,v 1.3 1995/10/23 13:45:31 jpo Exp $
.\"      The NetBSD Project.
.Os NetBSD

>How-To-Repeat:

>Fix:

	Change NetBSD to FreeBSD
>Release-Note:
>Audit-Trail:

From: J Wunsch <j@uriah.heep.sax.de>
To: coredump@nervosa.com
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/1249: incorrect manpages
Date: Sat, 25 May 1996 10:23:35 +0200 (MET DST)

 As Chris J. Layne wrote:
 
 > Some manpages list the OS as NetBSD when it should be FreeBSD
 > 
 > .\"     $NetBSD: msgctl.2,v 1.1 1995/10/16 23:49:15 jtc Exp $
 > .\"      This product includes software developed for the NetBSD Project
 > .Os NetBSD
 
 The first two occurences are right -- these man pages (or even entire
 programs, as for lint(1)) have been taken from NetBSD.  So the
 $NetBSD$ and the copyright is ok.
 
 For the .Os macro -- it's IMHO best to omit the system name unless
 some tool/man page/etc. is very specific for a particular system.
 Neither the SysV msg stuff nor lint are.
 
 -- 
 cheers, J"org
 
 joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
 Never trust an operating system you don't have sources for. ;-)
State-Changed-From-To: open->closed 
State-Changed-By: max 
State-Changed-When: Tue Oct 22 09:17:01 PDT 1996 
State-Changed-Why:  
All the man pages listed in this PR now have 
.Os FreeBSD 
>Unformatted:
