From 2068152d1a0be0787e5b4e2fdbeef71a29447fcd Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 12 Apr 2007 11:20:15 +0000 Subject: [PATCH] Fix typos in idmap_rid manpage. --- docs/manpages-3/idmap_rid.8.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.11.4.GIT