fop.1: removes unnecessary stdin section and adds AUTHOR

This commit is contained in:
Emma Tebibyte 2024-06-17 23:18:45 -06:00
parent 1b299f8ee1
commit 266ee20d5c
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -4,7 +4,7 @@
.\" 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/>.
.\"
.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
fop \(en field operator
.\"
@ -18,7 +18,7 @@ fop
.\"
.SH DESCRIPTION
Performs operations on specified fields in input data.
Performs operations on specified fields in data read from the standard input.
.\"
.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
is an ASCII record separator.
.\"
.SH STANDARD INPUT
Data will be read from the standard input.
.\"
.SH CAVEATS
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)
without creating a new tool.
.\"
.SH AUTHOR
Written by Emma Tebibyte
.MT emma@tebibyte.media
.ME .
.\"
.SH COPYRIGHT
Copyright \(co 2024 Emma Tebibyte. License AGPLv3+: GNU AGPL version 3 or later