From nobody@FreeBSD.org  Thu Feb  3 01:41:59 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1679B16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  3 Feb 2005 01:41:59 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E115243D2F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  3 Feb 2005 01:41:58 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j131fwcC022650
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 3 Feb 2005 01:41:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j131fwfI022649;
	Thu, 3 Feb 2005 01:41:58 GMT
	(envelope-from nobody)
Message-Id: <200502030141.j131fwfI022649@www.freebsd.org>
Date: Thu, 3 Feb 2005 01:41:58 GMT
From: Guy Harris <guy@alum.mit.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Various system call man pages say nothing about immutable or un-unlinkable files
X-Send-Pr-Version: www-2.3

>Number:         77043
>Category:       docs
>Synopsis:       Various system call man pages say nothing about immutable or un-unlinkable files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 03 01:50:11 GMT 2005
>Closed-Date:    Sat Feb 26 06:08:51 GMT 2005
>Last-Modified:  Sat Feb 26 06:08:51 GMT 2005
>Originator:     Guy Harris
>Release:        6.0-current
>Organization:
>Environment:
(Well, I'm not using it, I'm using the FreeBSD Hypertext Man Pages to check the man page)
>Description:
The unlink(2) man page doesn't list an attempt to remove an immutable or non-unlinkable file as causing EPERM to be returned as an error.  Other man pages also don't list it, either.
>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:

From: Guy Harris <guy@alum.mit.edu>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/77043: Various system call man pages say nothing about immutable or un-unlinkable files
Date: Wed, 2 Feb 2005 18:09:48 -0800

 OpenBSD's unlink(2) man page *does* have it:
 
       [EPERM]       The named file has its immutable or append-only flag 
 set
                     (see chflags(2)).
 
 and their versions of other man pages might have it, too.

From: Guy Harris <guy@alum.mit.edu>
To: freebsd-gnats-submit@FreeBSD.org, Guy Harris <guy@alum.mit.edu>
Cc:  
Subject: Re: docs/77043: Various system call man pages say nothing about immutable or un-unlinkable files
Date: Wed, 2 Feb 2005 18:32:43 -0800

 OpenBSD's link(2) has it; other OpenBSD man pages don't.
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Wed Feb 23 23:58:22 GMT 2005 
State-Changed-Why:  
Some manual pages already have this documented, I've added 
it to the unlink.2 manual page.  MFC will happen soon. 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Wed Feb 23 23:58:22 GMT 2005 
Responsible-Changed-Why:  
Over to me, MFC pending. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77043 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Sat Feb 26 06:08:23 GMT 2005 
State-Changed-Why:  
MFC complete, close this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77043 
>Unformatted:
