- Remove a note about an old adduser(8) option (the -s option effect
changed with 5.0, it's not a silent/quiet option anymore) - Move another note to the right place.
This commit is contained in:
parent
ffb3a54c68
commit
2b9740855f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29616
1 changed files with 6 additions and 14 deletions
|
@ -391,20 +391,6 @@
|
|||
<filename>/usr/share/skel</filename>, and can optionally mail
|
||||
the new user a welcome message.</para>
|
||||
|
||||
<note>
|
||||
<para>The password you type in is not echoed, nor are asterisks
|
||||
displayed. Make sure that you do not mistype the password.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<note>
|
||||
<para>Just use &man.adduser.8; without arguments
|
||||
from now on, and you will not have to go through changing the
|
||||
defaults. If the program asks you to change the defaults,
|
||||
exit the program, and try the <option>-s</option>
|
||||
option.</para>
|
||||
</note>
|
||||
|
||||
<example>
|
||||
<title>Adding a user on &os;</title>
|
||||
|
||||
|
@ -438,6 +424,12 @@ Add another user? (yes/no): <userinput>no</userinput>
|
|||
Goodbye!
|
||||
&prompt.root;</screen>
|
||||
</example>
|
||||
|
||||
<note>
|
||||
<para>The password you type in is not echoed, nor are asterisks
|
||||
displayed. Make sure that you do not mistype the password.
|
||||
</para>
|
||||
</note>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="users-rmuser">
|
||||
|
|
Loading…
Reference in a new issue