Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2013 14:41:53 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        Taras Korenko <ds@ukrhub.net>
Cc:        freebsd-doc@freebsd.org
Subject:   Re: en/handbook/users: proposed corrections
Message-ID:  <alpine.BSF.2.00.1311281435240.50600@wonkity.com>
In-Reply-To: <20131128151032.GE52681@gamma.ukrhub.net>
References:  <20131126190644.GC25578@gamma.ukrhub.net> <alpine.BSF.2.00.1311270927350.64907@wonkity.com> <20131128151032.GE52681@gamma.ukrhub.net>

next in thread | previous in thread | raw e-mail | index | archive | help
As before, notes marked with WB: below.

On Thu, 28 Nov 2013, Taras Korenko wrote:

>  ... and the last (previously unnoticed) chunk follows:

Index: en_US.ISO8859-1/books/handbook/users/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/users/chapter.xml	(revision 43259)
+++ en_US.ISO8859-1/books/handbook/users/chapter.xml	(working copy)
@@ -984,7 +984,7 @@

      <para>There are several ways to do things as the superuser.  The
        worst way is to log in as <systemitem class="username">root</systemitem> directly.
-      Usually very little activity requires <systemitem class="username">root</systemitem>
+      Usually very little activity requires superuser privileges,

WB: s/Usually very/Very/

        so logging off and logging in as <systemitem class="username">root</systemitem>,
        performing tasks, then logging off and on again as a normal user
        is a waste of time.</para>
@@ -991,8 +991,8 @@

      <para>A better way is to use &man.su.1; without providing a login
        but using <literal>-</literal> to inherit the root environment.
-      Not providing a login will imply super user.  For this to work
-      the login that must be in the <systemitem class="groupname">wheel</systemitem> group.
+      Not providing a login will imply superuser.  For this to work

WB: "login" is what the other section referred to as a "user name". 
Although su(1) calls it a login, "user name" is less ambiguous.

+      the current user must belong to the <systemitem class="groupname">wheel</systemitem> group.
        An example of a typical software installation would involve the
        administrator unpacking the software as a normal user and then
        elevating their privileges for the build and installation of
@@ -1016,10 +1016,10 @@

      <para>Using &man.su.1; works well for single systems or small

WB: s/Using//

        networks with just one system administrator.  For more complex
-      environments (or even for these simple environments)
-      <command>sudo</command> should be used.  It is provided as a port,
-      <package>security/sudo</package>.  It allows for
-      things like activity logging, granting users the ability to only
+      environments

WB: s/environments/environments,/

+      <command>sudo</command> might be used.  It is available as a

WB: "might" will cause the user to ask "Why?"  How about "For more 
complex environments, <command>sudo</command> is useful."

+      <package>security/sudo</package> package or port.
+      <command>sudo</command> provides activity logging, granting users the ability to only
        run certain commands as the superuser, and several other
        options.</para>
    </sect1>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1311281435240.50600>