docs: fixes and clarification #128
@ -1,5 +1,6 @@
|
|||||||
.\" Copyright (c) 2024 DTB <trinity@trinity.moe>
|
.\" Copyright (c) 2024 DTB <trinity@trinity.moe>
|
||||||
.\" Copyright (c) 2024 Emma Tebibyte <emma@tebibyte.media>
|
.\" Copyright (c) 2024 Emma Tebibyte <emma@tebibyte.media>
|
||||||
|
.\" Copyright (c) 2024 Taocana <taocana@cock.lu>
|
||||||
.\"
|
.\"
|
||||||
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
||||||
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
.\" Copyright (c) 2024 DTB <trinity@trinity.moe>
|
.\" Copyright (c) 2024 DTB <trinity@trinity.moe>
|
||||||
|
.\" Copyright (c) 2024 Taocana <taocana@cock.lu>
|
||||||
.\"
|
.\"
|
||||||
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
||||||
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.\" Copyright (c) 2024 Emma Tebibyte <emma@tebibyte.media>
|
.\" Copyright (c) 2024 Emma Tebibyte <emma@tebibyte.media>
|
||||||
.\" Copyright (c) 2024 DTB <trinity@trinity.moe>
|
.\" Copyright (c) 2024 DTB <trinity@trinity.moe>
|
||||||
|
.\" Copyright (c) 2024 Taocana <taocana@cock.lu>
|
||||||
.\"
|
.\"
|
||||||
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
||||||
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
||||||
@ -22,7 +23,7 @@ The program evaluates reverse polish notation expressions read either from the
|
|||||||
standard input or parsed from provided arguments. See the STANDARD INPUT
|
standard input or parsed from provided arguments. See the STANDARD INPUT
|
||||||
section.
|
section.
|
||||||
|
|
||||||
Upon evaluation, the resulting number on the top of the stack will be printed
|
Upon evaluation, the resulting number at the top of the stack will be printed
|
||||||
to the standard output. Any further numbers specified will be placed at the
|
to the standard output. Any further numbers specified will be placed at the
|
||||||
bottom of the stack.
|
bottom of the stack.
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.\" Copyright (c) 2024 DTB <trinity@trinity.moe>
|
.\" Copyright (c) 2024 DTB <trinity@trinity.moe>
|
||||||
.\" Copyright (c) 2024 Emma Tebibyte <emma@tebibyte.media>
|
.\" Copyright (c) 2024 Emma Tebibyte <emma@tebibyte.media>
|
||||||
|
.\" Copyright (c) 2024 Taocana <taocana@cock.lu>
|
||||||
.\"
|
.\"
|
||||||
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
||||||
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
||||||
@ -36,15 +37,15 @@ Requires the given files to exist, and is redundant to any other option.
|
|||||||
.IP \fB-f\fP
|
.IP \fB-f\fP
|
||||||
Requires the given files to exist and be regular files.
|
Requires the given files to exist and be regular files.
|
||||||
.IP \fB-g\fP
|
.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 setgid bits set.
|
||||||
.IP \fB-k\fP
|
.IP \fB-k\fP
|
||||||
Requires the given files to exist and have their sticky flags set.
|
Requires the given files to exist and have their sticky bits set.
|
||||||
.IP \fB-p\fP
|
.IP \fB-p\fP
|
||||||
Requires the given files to exist and be named pipes.
|
Requires the given files to exist and be named pipes.
|
||||||
.IP \fB-r\fP
|
.IP \fB-r\fP
|
||||||
Requires the given files to exist and be readable.
|
Requires the given files to exist and be readable.
|
||||||
.IP \fB-u\fP
|
.IP \fB-u\fP
|
||||||
Requires the given files to exist and have their set-user-ID flags set.
|
Requires the given files to exist and have their setuid bits set.
|
||||||
.IP \fB-w\fP
|
.IP \fB-w\fP
|
||||||
Requires the given files to exist and be writable.
|
Requires the given files to exist and be writable.
|
||||||
.IP \fB-x\fP
|
.IP \fB-x\fP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user