docs: fixes and clarification #128
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "(deleted):main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
'file' is better than 'path' here because a file is the object and a commonplace term.
top/bottom are more common when talking about stacks
suid/guid hyphenated to clarify that it is one concept.
@ -25,3 +25,1 @@
Upon evaluation, the resulting number on the stack will be printed to the
standard output. Any further numbers specified will be placed at the end of the
stack.
Upon evaluation, the resulting number on the top of the stack will be printed
Would this work better as “at the top of the stack”?
haha that's embarrassing, fixed in new commit.
@ -37,3 +37,3 @@
Requires the given files to exist and be regular files.
.IP \fB-g\fP
Requires the given files to exist and have their set group ID flags set.
Requires the given files to exist and have their set-group-ID flags set.
Are these changes the proper terminology? Wikipedia differs from this: https://en.wikipedia.org/wiki/Setuid
changed in new commit.
@ -40,2 +39,3 @@
Requires the given files to exist and have their set-group-ID flags set.
.IP \fB-k\fP
Requires the given files to exist and have their sticky bit set.
Requires the given files to exist and have their sticky flags set.
Same for this: https://en.wikipedia.org/wiki/Sticky_bit
changed in new commit.
Please also add your copyright information to the header as per the
CONTRIBUTING
file.manpage fixesto docs: fixes and clarificationMany of these fixes would be welcome. May I ask why this was closed?
Pull request closed