From 266ee20d5c7d7dc93cd925df84936ab182dcc8a4 Mon Sep 17 00:00:00 2001 From: emma Date: Mon, 17 Jun 2024 23:18:45 -0600 Subject: [PATCH] fop.1: removes unnecessary stdin section and adds AUTHOR --- docs/fop.1 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/fop.1 b/docs/fop.1 index fe1a3c5..b5c1b7c 100644 --- a/docs/fop.1 +++ b/docs/fop.1 @@ -4,7 +4,7 @@ .\" This work is licensed under CC BY-SA 4.0. To see a copy of this license, .\" visit . .\" -.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