Better docs for users/groups
parent
b4274253d5
commit
207fa5de49
|
|
@ -108,13 +108,13 @@ $nl
|
|||
{ $subsections all-group-names }
|
||||
"Checking if a group exists:"
|
||||
{ $subsections group-exists? }
|
||||
"Real groups:"
|
||||
"Querying/setting the current real group:"
|
||||
{ $subsections
|
||||
real-group-name
|
||||
real-group-id
|
||||
set-real-group
|
||||
}
|
||||
"Effective groups:"
|
||||
"Querying/setting the current effective group:"
|
||||
{ $subsections
|
||||
effective-group-name
|
||||
effective-group-id
|
||||
|
|
|
|||
|
|
@ -116,13 +116,13 @@ $nl
|
|||
{ $subsections all-user-names }
|
||||
"Checking if a user exists:"
|
||||
{ $subsections user-exists? }
|
||||
"Real user:"
|
||||
"Querying/setting the current real user:"
|
||||
{ $subsections
|
||||
real-user-name
|
||||
real-user-id
|
||||
set-real-user
|
||||
}
|
||||
"Effective user:"
|
||||
"Querying/setting the current effective user:"
|
||||
{ $subsections
|
||||
effective-user-name
|
||||
effective-user-id
|
||||
|
|
|
|||
Loading…
Reference in New Issue