Date: Wed, 20 Sep 2000 20:49:51 +0200 (CEST) From: "Ralf S. Engelschall" <rse@en1.engelschall.com> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/21428: resurrect SF_ARCHIVED in chflags(2) manpage Message-ID: <200009201849.e8KInpb09730@en1.engelschall.com>
next in thread | raw e-mail | index | archive | help
>Number: 21428 >Category: docs >Synopsis: resurrect SF_ARCHIVED in chflags(2) manpage >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: Wed Sep 20 12:00:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Ralf S. Engelschall >Release: FreeBSD 4.1-STABLE i386 >Organization: Engelschall, Germany. >Environment: FreeBSD en1.engelschall.com 4.1-STABLE FreeBSD 4.1-STABLE #0: Sat Sep 16 18:53:52 CEST 2000 rse@en1.engelschall.com:/usr/src/sys/compile/EN1 i386 >Description: 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. >How-To-Repeat: $ man 2 chflags | grep SF_ARCHIVED >Fix: Here is a patch for 5.0-CURRENT's version of chflags.2: Index: chflags.2 =================================================================== RCS file: /home/ncvs/src/lib/libc/sys/chflags.2,v retrieving revision 1.13 diff -u -d -r1.13 chflags.2 --- chflags.2 2000/06/17 14:03:34 1.13 +++ chflags.2 2000/09/20 18:43:15 @@ -72,8 +72,8 @@ The file may not be renamed or deleted. .It UF_OPAQUE The directory is opaque when viewed through a union stack. -.\".It ARCHIVED -.\"File is archived. +.It SF_ARCHIVED +The file may be archived. .It SF_IMMUTABLE The file may not be changed. .It SF_APPEND >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?200009201849.e8KInpb09730>