]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix typos in idmap_rid manpage.
authorKarolin Seeger <ks@samba.org>
Thu, 12 Apr 2007 11:20:15 +0000 (11:20 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:31 +0000 (08:47 -0500)
docs/manpages-3/idmap_rid.8.xml

index bd95812dc6ea249fa90ae73144b5f80b2763b4aa..31d652a50ac28290d78f01ef1da02a0ee6154646 100644 (file)
@@ -40,8 +40,8 @@
                <term>base_rid = INTEGER</term>
                <listitem><para>
                        Defines the base integer used to build SIDs out of an UID or a GID,
-                       and to rebase the UID or GID to be obtained froma SID. User RIDs
-                       by default starts at 1000 (512 hexadecimal), this means a good value
+                       and to rebase the UID or GID to be obtained from a SID. User RIDs
+                       by default start at 1000 (512 hexadecimal), this means a good value
                        for base_rid can be 1000 as the resulting ID is calculated this way:
                        ID = RID - BASE_RID + LOW RANGE ID.
                </para></listitem>