diff options
author | Karolin Seeger <ks@samba.org> | 2007-04-12 11:20:15 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:31 -0500 |
commit | a5932942561e2a32a0487568fb7e9923652f5e8c (patch) | |
tree | 961f2a7e83d3120fa4a4c7e43fbfaea07ff837ea /docs/manpages-3 | |
parent | 621d4c0b4b4660e3e95cb901142ca865811081a8 (diff) | |
download | samba-a5932942561e2a32a0487568fb7e9923652f5e8c.tar.gz samba-a5932942561e2a32a0487568fb7e9923652f5e8c.tar.bz2 samba-a5932942561e2a32a0487568fb7e9923652f5e8c.zip |
Fix typos in idmap_rid manpage.
(This used to be commit 2068152d1a0be0787e5b4e2fdbeef71a29447fcd)
Diffstat (limited to 'docs/manpages-3')
-rw-r--r-- | docs/manpages-3/idmap_rid.8.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manpages-3/idmap_rid.8.xml b/docs/manpages-3/idmap_rid.8.xml index bd95812dc6..31d652a50a 100644 --- a/docs/manpages-3/idmap_rid.8.xml +++ b/docs/manpages-3/idmap_rid.8.xml @@ -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> |