From pali.gabor@googlemail.com  Tue May  6 18:08:51 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 13FEE1065675
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 May 2008 18:08:51 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189])
	by mx1.freebsd.org (Postfix) with ESMTP id 92C268FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 May 2008 18:08:50 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by nf-out-0910.google.com with SMTP id h3so1792236nfh.33
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 06 May 2008 11:08:49 -0700 (PDT)
Received: by 10.210.22.10 with SMTP id 10mr1039055ebv.37.1210097329311;
        Tue, 06 May 2008 11:08:49 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.98.116.90])
        by mx.google.com with ESMTPS id e8sm4157042muf.0.2008.05.06.11.08.47
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Tue, 06 May 2008 11:08:48 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Tue,  6 May 2008 20:08:46 +0200
Message-Id: <48209eb0.08b6660a.24d6.45d4@mx.google.com>
Date: Tue,  6 May 2008 20:08:46 +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] Fix Wrong <username> Tag for "network" Group in Handbook Chapter 25
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123472
>Category:       docs
>Synopsis:       [patch] Fix Wrong <username> Tag for "network" Group in Handbook Chapter 25
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 06 18:10:01 UTC 2008
>Closed-Date:    Wed May 07 15:12:44 UTC 2008
>Last-Modified:  Wed May 07 15:12:44 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:
	I found an incorrect mark up for group "network" in the FreeBSD
	Handbook, Chapter 25 (``PPP and SLIP''). It is marked up as
	<username>, but it should be marked up as <groupname>, because
	it refers to a group. I attached a patch to fix this.


>How-To-Repeat:

>Fix:

--- ppp-and-slip.patch.2.diff begins here ---
Index: chapter.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v
retrieving revision 1.177
diff -u -r1.177 chapter.sgml
--- chapter.sgml	3 Feb 2008 23:12:02 -0000	1.177
+++ chapter.sgml	6 May 2008 03:46:23 -0000
@@ -688,7 +688,7 @@
 	      server mode as a normal user by executing
 	      <command>ppp</command> as described below, that user
 	      must be given permission to run <command>ppp</command>
-	      by adding them to the <username>network</username> group
+	      by adding them to the <groupname>network</groupname> group
 	      in <filename>/etc/group</filename>.</para>
 
 	    <para>You will also need to give them access to one or more
--- ppp-and-slip.patch.2.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gabor 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Tue May 6 18:42:42 UTC 2008 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123472 
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Wed May 7 15:11:26 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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