1
0
forked from bonsai/harakit

docs: removed unnecessary comments

This commit is contained in:
2024-06-03 23:07:19 -06:00
parent 70cbc52c93
commit c32c554e03
13 changed files with 96 additions and 98 deletions

View File

@@ -9,7 +9,7 @@
fop \(en field operator
.\"
.SH SYNOPSIS
.\"
fop
.RB ( -d )
.RB [ delimiter ]
@@ -17,24 +17,24 @@ fop
.RB program...
.\"
.SH DESCRIPTION
.\"
Performs operations on specified fields in input data.
.\"
.SH OPTIONS
.\"
.IP \fB-d\fP
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.
.\"
.SH RATIONALE
.\"
With the assumption that tools will output data separated with ASCII field
separators, there is a need for the ability to modify select fields in this data
easily and quickly.
@@ -51,10 +51,9 @@ but there was no easy way to modify the field in the ouput of
without creating a new tool.
.\"
.SH COPYRIGHT
.\"
Copyright \(co 2024 Emma Tebibyte. License AGPLv3+: GNU AGPL version 3 or later
<https://gnu.org/licenses/agpl.html>.
.\"
.SH SEE ALSO
.\"
.BR sed (1p)