fix useradd man page bugs
This commit is contained in:
parent
4eaf9cda61
commit
047af921d9
1 changed files with 21 additions and 0 deletions
21
shadow-4.1.5.1-manfix.patch
Normal file
21
shadow-4.1.5.1-manfix.patch
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
diff -up shadow-4.1.5.1/man/useradd.8.xml.manfix shadow-4.1.5.1/man/useradd.8.xml
|
||||||
|
--- shadow-4.1.5.1/man/useradd.8.xml.manfix 2013-06-14 15:25:44.000000000 +0200
|
||||||
|
+++ shadow-4.1.5.1/man/useradd.8.xml 2013-07-19 07:33:53.768619759 +0200
|
||||||
|
@@ -161,7 +161,7 @@
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
- <option>-d</option>, <option>--home</option>
|
||||||
|
+ <option>-d</option>, <option>--home-dir</option>
|
||||||
|
<replaceable>HOME_DIR</replaceable>
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
@@ -362,7 +362,7 @@
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
- <option>-M</option>
|
||||||
|
+ <option>-M</option>, <option>--no-create-home</option>
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
Loading…
Reference in a new issue