diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-05-26 14:16:10 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-05-26 14:16:46 +0200 |
commit | 73eaff7a395c9a7a0042f2c50f8817499b6cfdcd (patch) | |
tree | c282548ba061caefcc2b0bf63dfe536b2c5bf189 /docs-xml/manpages-3 | |
parent | ebc860ebeb7ebaeceae2534faeee49d062f29db8 (diff) | |
download | samba-73eaff7a395c9a7a0042f2c50f8817499b6cfdcd.tar.gz samba-73eaff7a395c9a7a0042f2c50f8817499b6cfdcd.tar.bz2 samba-73eaff7a395c9a7a0042f2c50f8817499b6cfdcd.zip |
s3/docs: Fix typo in man idmap_rid.
Karolin
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/idmap_rid.8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/manpages-3/idmap_rid.8.xml b/docs-xml/manpages-3/idmap_rid.8.xml index 5449797441..55aed62f85 100644 --- a/docs-xml/manpages-3/idmap_rid.8.xml +++ b/docs-xml/manpages-3/idmap_rid.8.xml @@ -66,7 +66,7 @@ </programlisting> </para> <para> - Correspondingly, the formula for calculationg the RID for a + Correspondingly, the formula for calculating the RID for a given Unix ID is this: <programlisting> RID = ID + BASE_RID - LOW_RANGE_ID. |