From pali.gabor@googlemail.com  Sun Apr 27 21:13:58 2008
Return-Path: <pali.gabor@googlemail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7ADC3106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Apr 2008 21:13:58 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153])
	by mx1.freebsd.org (Postfix) with ESMTP id 0061C8FC22
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Apr 2008 21:13:57 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by fg-out-1718.google.com with SMTP id 16so5402372fgg.35
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Apr 2008 14:13:56 -0700 (PDT)
Received: by 10.86.59.18 with SMTP id h18mr6212168fga.22.1209330836634;
        Sun, 27 Apr 2008 14:13:56 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.98.116.90])
        by mx.google.com with ESMTPS id j9sm20268697mue.6.2008.04.27.14.13.54
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sun, 27 Apr 2008 14:13:55 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Sun, 27 Apr 2008 23:13:52 +0200
Message-Id: <4814ec93.09a1660a.608a.ffffd232@mx.google.com>
Date: Sun, 27 Apr 2008 23:13:52 +0200
From: "Gabor PALI" <pgj@FreeBSD.org>
Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= <pali.gabor@googlemail.com>
Reply-To: Gabor PALI <pgj@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Add missing <groupname> and <username> to Handbook Chapter 9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123149
>Category:       docs
>Synopsis:       [patch] Add missing <groupname> and <username> to Handbook Chapter 9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    blackend
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 27 21:20:01 UTC 2008
>Closed-Date:    Tue Apr 29 19:12:32 UTC 2008
>Last-Modified:  Tue Apr 29 19:12:32 UTC 2008
>Originator:     Gabor PALI
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386

>Description:
	Some <username> and <groupname> tags are missing in the
	FreeBSD Handbook, Chapter 9 (Printing). I created a patch
	to recoup them.
	
>How-To-Repeat:

>Fix:

	Here is my patch:

--- printing.patch.1.diff begins here ---
Index: chapter.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml,v
retrieving revision 1.112
diff -u -r1.112 chapter.sgml
--- chapter.sgml	13 Apr 2008 15:13:45 -0000	1.112
+++ chapter.sgml	27 Apr 2008 20:59:15 -0000
@@ -1086,7 +1086,7 @@
 	      users print, you might want to protect the spooling
 	      directory so it is not publicly accessible.  Spooling
 	      directories should be owned and be readable, writable, and
-	      searchable by user daemon and group daemon, and no one else.
+	      searchable by user <username>daemon</username> and group <groupname>daemon</groupname>, and no one else.
 	      We will do this for our example printers:</para>
 
 	    <screen>&prompt.root; <userinput>chown daemon:daemon /var/spool/lpd/rattan</userinput>
@@ -3279,7 +3279,7 @@
             
         <para>For example, we will let anyone access the printer
           <literal>rattan</literal>, but only those in group
-          <literal>artists</literal> can use <literal>bamboo</literal>.  Here
+          <groupname>artists</groupname> can use <literal>bamboo</literal>.  Here
           is the familiar <filename>/etc/printcap</filename> for host
           <hostid>rose</hostid>:</para>
 
--- printing.patch.1.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->blackend 
Responsible-Changed-By: blackend 
Responsible-Changed-When: Mon Apr 28 10:00:57 UTC 2008 
Responsible-Changed-Why:  
Over to me since I already have a patch for that and other issues that 
should be committed soon. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123149 
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Tue Apr 29 19:12:15 UTC 2008 
State-Changed-Why:  
Fixed, thanks. 

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