From 97d7011b4ead35de7fa651c22a7c5e110fcc913e Mon Sep 17 00:00:00 2001 From: Sergei Shilovsky Date: Wed, 22 Jun 2022 17:41:20 +0300 Subject: clarify man for --map-{passwd,group}{,-rev} --- src/bindfs.1 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/bindfs.1 b/src/bindfs.1 index 1663cd1..7cb13d0 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -70,10 +70,10 @@ Requires mounting as root. .PD 0 .TP .B \-\-map-group=\fI\fP, \-o map-group=\fI\fP -Like \fB--map=...\fP, but reads the UID/GID mapping from passwd and group -files (like \fI/etc/passwd\fP and \fI/etc/group\fP). Maps UID/GID provided in -the \fI\fP or \fI\fP to its corresponding user/group -name. Helpful to restore system backups where UIDs/GIDs differ. +Like \fB--map=...\fP, but reads the UID (GID) mapping from passwd (group) file +(like \fI/etc/passwd\fP and \fI/etc/group\fP). Maps UID (GID) provided in the +\fI\fP (\fI\fP) to its corresponding user (group) name. +Helpful to restore system backups where UIDs and GIDs differ. Example usage: @@ -91,10 +91,10 @@ Requires mounting as root. .TP .B \-\-map-group-rev=\fI\fP, \-o map-group-rev=\fI\fP Reversed variant of \fB--map-passwd\fP and \fB--map-group\fP. Like -\fB--map=...\fP, but reads the UID/GID mapping from passwd and group files -(like \fI/etc/passwd\fP and \fI/etc/group\fP). Maps user/group name provided in -the \fI\fP or \fI\fP to its corresponding UID/GID. -Helpful to create compatible chroot environments where UIDs/GIDs differ. +\fB--map=...\fP, but reads the UID (GID) mapping from passwd (group) files +(like \fI/etc/passwd\fP and \fI/etc/group\fP). Maps user (group) name provided +in the \fI\fP (\fI\fP) to its corresponding UID (GID). +Helpful to create compatible chroot environments where UIDs and GIDs differ. Example usage: -- cgit v1.2.3