From: Karolin Seeger Date: Thu, 12 Apr 2007 11:20:15 +0000 (+0000) Subject: Fix typos in idmap_rid manpage. X-Git-Tag: samba-4.0.0alpha6~801^2~1778 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5932942561e2a32a0487568fb7e9923652f5e8c;p=thirdparty%2Fsamba.git Fix typos in idmap_rid manpage. (This used to be commit 2068152d1a0be0787e5b4e2fdbeef71a29447fcd) --- diff --git a/docs/manpages-3/idmap_rid.8.xml b/docs/manpages-3/idmap_rid.8.xml index bd95812dc6e..31d652a50ac 100644 --- a/docs/manpages-3/idmap_rid.8.xml +++ b/docs/manpages-3/idmap_rid.8.xml @@ -40,8 +40,8 @@ base_rid = INTEGER 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.