docs/123472: [patch] Fix Wrong <username> Tag for "network" Group in Handbook Chapter 25
Gabor PALI
pgj at FreeBSD.org
Tue May 6 18:10:02 UTC 2008
>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: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Tue May 06 18:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-doc
mailing list