docs/123149: [patch] Add missing <groupname> and <username> to Handbook Chapter 9
Gabor PALI
pgj at FreeBSD.org
Sun Apr 27 21:20:02 UTC 2008
>Number: 123149
>Category: docs
>Synopsis: [patch] Add missing <groupname> and <username> to Handbook Chapter 9
>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: Sun Apr 27 21:20: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:
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:
>Unformatted:
More information about the freebsd-doc
mailing list