Add a missing word and correct a misspelling.
Submitted by: John Booker <jobooker@vt.edu>
This commit is contained in:
parent
9a0afe66fe
commit
6eb2473306
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9815
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml,v 1.9 2001/05/22 03:58:35 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml,v 1.10 2001/07/08 17:33:41 chris Exp $
|
||||
-->
|
||||
|
||||
<chapter id="users">
|
||||
|
|
@ -675,7 +675,7 @@ teamtwo:*:1100:</screen>
|
|||
teamtwo:*:1100:jru</screen>
|
||||
</example>
|
||||
|
||||
<para>The argument to the <option>-M</option> is a comma-delimited list
|
||||
<para>The argument to the <option>-M</option> option is a comma-delimited list
|
||||
of users who are members of the group. If you've read the preceeding
|
||||
sections, you'll know that the password file also contains a group
|
||||
for each user; the group in the password file is automatically added
|
||||
|
|
@ -688,7 +688,7 @@ teamtwo:*:1100:jru</screen>
|
|||
<title>Using &man.id.1; to determine group membership</title>
|
||||
|
||||
<screen>&prompt.user; <userinput><command>id</command> <username>jru</username></userinput>
|
||||
uid=1001(jru) gid=1001(jru) groups=1001(jru), 1100(teamteo)</screen>
|
||||
uid=1001(jru) gid=1001(jru) groups=1001(jru), 1100(teamtwo)</screen>
|
||||
</example>
|
||||
|
||||
<para>As you can see, <username>jru</username> is a member of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue