Bug 21428

Summary: resurrect SF_ARCHIVED in chflags(2) manpage
Product: Documentation Reporter: Ralf S. Engelschall <rse>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ralf S. Engelschall 2000-09-20 20:00:03 UTC
Although FreeBSD supports the SF_ARCHIVED flag in cflags() and "arch" in
"cflags", only "arch" is documented in the corresponding manpage cflags(1)
while SF_ARCHIVED is missing from the manpage cflags(2). It is out-commented
there under the name "ARCHIVED". This part of the manpage was overtaken
directly from 4.4BSD. But for FreeBSD we should now resurrect the
stuff under the current name SF_ARCHIVED.

Fix: Here is a patch for 5.0-CURRENT's version of chflags.2:
How-To-Repeat: 
$ man 2 chflags | grep SF_ARCHIVED
Comment 1 ben freebsd_committer freebsd_triage 2000-09-21 17:04:04 UTC
Ralf S. Engelschall wrote:

> Although FreeBSD supports the SF_ARCHIVED flag in cflags() and "arch" in
> "cflags", only "arch" is documented in the corresponding manpage cflags(1)
> while SF_ARCHIVED is missing from the manpage cflags(2). It is out-commented
> there under the name "ARCHIVED". This part of the manpage was overtaken
> directly from 4.4BSD. But for FreeBSD we should now resurrect the
> stuff under the current name SF_ARCHIVED.

This seems reasonable to me.  You're a committer, go ahead. :-)

-- 
Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D
Comment 2 Ralf S. Engelschall freebsd_committer freebsd_triage 2000-09-22 08:19:31 UTC
State Changed
From-To: open->closed

Change committed to 5.0-C/HEAD and 4.1-S/RELENG_4.