Bug 85572

Summary: Typo in the handbook's Permissions section
Product: Documentation Reporter: Daniel Gerzo <danger>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
chapter.sgml.diff
none
file.diff none

Description Daniel Gerzo 2005-09-01 15:40:15 UTC
	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.

Fix: Since there are to possibilities how this typo was created,
	I found two ways how to fix this. Here are the diffs:

or
How-To-Repeat: 	check out this link:
	http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/permissions.html
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2005-09-01 15:49:34 UTC
On 2005-09-01 16:36, Daniel Gerzo <danger@rulez.sk> wrote:
> --- 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 @@
>
>        <para>These file flags add an additional level of control over
>  	files, helping to ensure that in some cases not even the
> -	<username>root</username> can remove or files.</para>
> +	<username>root</username> can remove or edit files.</para>
>
>        <para>File flags are altered by using the &man.chflags.1; utility,
>  	using a simple interface.  For example, to enable the system

"or alter", perhaps?
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2005-09-01 16:56:41 UTC
State Changed
From-To: open->closed

Committed with "alter" after submitter's approval of the wording change. 


Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2005-09-01 16:56:41 UTC
Responsible Changed
From-To: freebsd-doc->keramida