From owner-freebsd-doc@FreeBSD.ORG Thu Sep 1 14:40:17 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B797A16A41F for ; Thu, 1 Sep 2005 14:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B34B43D53 for ; Thu, 1 Sep 2005 14:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j81EeGrG037363 for ; Thu, 1 Sep 2005 14:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j81EeG6L037362; Thu, 1 Sep 2005 14:40:16 GMT (envelope-from gnats) Resent-Date: Thu, 1 Sep 2005 14:40:16 GMT Resent-Message-Id: <200509011440.j81EeG6L037362@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daniel Gerzo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E01C016A41F for ; Thu, 1 Sep 2005 14:37:05 +0000 (GMT) (envelope-from root@rulez.sk) Received: from mail.rulez.sk (DaEmoN.RuLeZ.sK [84.16.32.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C898E43D4C for ; Thu, 1 Sep 2005 14:37:04 +0000 (GMT) (envelope-from root@rulez.sk) Received: from localhost (localhost [127.0.0.1]) by mail.rulez.sk (Postfix) with ESMTP id 0D7F11CC77 for ; Thu, 1 Sep 2005 16:37:03 +0200 (CEST) Received: by mail.rulez.sk (Postfix, from userid 0) id 265D21CC73; Thu, 1 Sep 2005 16:36:59 +0200 (CEST) Message-Id: <20050901143659.265D21CC73@mail.rulez.sk> Date: Thu, 1 Sep 2005 16:36:59 +0200 (CEST) From: Daniel Gerzo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85572: Typo in the handbook's Permissions section X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 14:40:17 -0000 >Number: 85572 >Category: docs >Synopsis: Typo in the handbook's Permissions section >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: Thu Sep 01 14:40:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Daniel Gerzo >Release: FreeBSD 5.4 i386 >Organization: rulez.sk >Environment: System: FreeBSD daemon.rulez.sk FreeBSD #2: Fri May 27 23:16:31 CEST 2005 danger@daemon.rulez.sk:/usr/obj/usr/src/sys/daemon i386 >Description: While I was translating the Unix Basics section of the Handbook, I've found a typo in the Permissions section of this chapter. Well, there's a following sentence: "These file flags add an additional level of control over files, helping to ensure that in some cases not even the root can remove or files." Notice the word "or" at the end of this sentece. This does not really make sence and it seems like somebody forgot to add some word, or added one extra word. >How-To-Repeat: check out this link: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/permissions.html >Fix: Since there are to possibilities how this typo was created, I found two ways how to fix this. Here are the diffs: --- chapter.sgml.diff begins here --- --- chapter.sgml.orig Thu Sep 1 16:25:46 2005 +++ chapter.sgml Thu Sep 1 16:26:29 2005 @@ -591,7 +591,7 @@ These file flags add an additional level of control over files, helping to ensure that in some cases not even the - root can remove or files. + root can remove files. File flags are altered by using the &man.chflags.1; utility, using a simple interface. For example, to enable the system --- chapter.sgml.diff ends here --- or --- chapter.sgml.diff2 begins here --- --- chapter.sgml.orig Thu Sep 1 16:25:46 2005 +++ chapter.sgml Thu Sep 1 16:27:02 2005 @@ -591,7 +591,7 @@ These file flags add an additional level of control over files, helping to ensure that in some cases not even the - root can remove or files. + root can remove or edit files. File flags are altered by using the &man.chflags.1; utility, using a simple interface. For example, to enable the system --- chapter.sgml.diff2 ends here --- >Release-Note: >Audit-Trail: >Unformatted: