fop.1: removes unnecessary stdin section and adds AUTHOR
This commit is contained in:
parent
1b299f8ee1
commit
266ee20d5c
14
docs/fop.1
14
docs/fop.1
@ -4,7 +4,7 @@
|
|||||||
.\" 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/>.
|
||||||
.\"
|
.\"
|
||||||
.TH FOP 1 2024-06-06 "Bonsai Core Utilites 0.13.8"
|
.TH FOP 1 2024-06-17 "Bonsai Core Utilites 0.13.8"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fop \(en field operator
|
fop \(en field operator
|
||||||
.\"
|
.\"
|
||||||
@ -18,7 +18,7 @@ fop
|
|||||||
.\"
|
.\"
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
||||||
Performs operations on specified fields in input data.
|
Performs operations on specified fields in data read from the standard input.
|
||||||
.\"
|
.\"
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
|
||||||
@ -26,10 +26,6 @@ Performs operations on specified fields in input data.
|
|||||||
Sets a delimiter by which the input data will be split into fields. The default
|
Sets a delimiter by which the input data will be split into fields. The default
|
||||||
is an ASCII record separator.
|
is an ASCII record separator.
|
||||||
.\"
|
.\"
|
||||||
.SH STANDARD INPUT
|
|
||||||
|
|
||||||
Data will be read from the standard input.
|
|
||||||
.\"
|
|
||||||
.SH CAVEATS
|
.SH CAVEATS
|
||||||
|
|
||||||
Field indices are zero-indexed, which may be unexpected behavior for some users.
|
Field indices are zero-indexed, which may be unexpected behavior for some users.
|
||||||
@ -51,6 +47,12 @@ but there was no easy way to modify the field in the ouput of
|
|||||||
.BR ls (1p)
|
.BR ls (1p)
|
||||||
without creating a new tool.
|
without creating a new tool.
|
||||||
.\"
|
.\"
|
||||||
|
.SH AUTHOR
|
||||||
|
|
||||||
|
Written by Emma Tebibyte
|
||||||
|
.MT emma@tebibyte.media
|
||||||
|
.ME .
|
||||||
|
.\"
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
Copyright \(co 2024 Emma Tebibyte. License AGPLv3+: GNU AGPL version 3 or later
|
Copyright \(co 2024 Emma Tebibyte. License AGPLv3+: GNU AGPL version 3 or later
|
||||||
|
Loading…
Reference in New Issue
Block a user