aboutsummaryrefslogtreecommitdiff
path: root/doc/eclat-setsattr.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/eclat-setsattr.1')
-rw-r--r--doc/eclat-setsattr.122
1 files changed, 9 insertions, 13 deletions
diff --git a/doc/eclat-setsattr.1 b/doc/eclat-setsattr.1
index 5a0260e..9416718 100644
--- a/doc/eclat-setsattr.1
+++ b/doc/eclat-setsattr.1
@@ -37,23 +37,19 @@ consists of a letter indicating the identity (\fBu\fR for user or
\fBg\fR for group), followed by a plus sign to grant permission or a
minus sign to revoke it, and an ID of the identity. For example, the
command
-.sp
-.nf
-.in +2
-.B eclat setsattr u+111122223333 snap-1a2b3c4d
-.in
-.fi
-.sp
+.PP
+.EX
+eclat setsattr u+111122223333 snap-1a2b3c4d
+.EE
+.PP
gives the account with ID \fB111122223333\fR permission to create volumes
from the snapshot.
.PP
Several operations can be requested in a single invocation, e.g.:
-.sp
-.nf
-.in +2
-.B eclat setsattr g+all u-111122223333 snap-1a2b3c4d
-.in
-.fi
+.PP
+.EX
+eclat setsattr g+all u-111122223333 snap-1a2b3c4d
+.EE
.PP
The above example makes the snapshot public (\fBg+all\fR) and revokes
the permission to create volumes from it from the account

Return to:

Send suggestions and report system problems to the System administrator.