aboutsummaryrefslogtreecommitdiff
path: root/man/man1/chn.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/chn.1df')
-rw-r--r--man/man1/chn.1df6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man1/chn.1df b/man/man1/chn.1df
index 5e9c702d..ab24691d 100644
--- a/man/man1/chn.1df
+++ b/man/man1/chn.1df
@@ -35,13 +35,13 @@ But this won't:
.SH CAVEATS
It's slow.
.P
-It's not a real pipe. The commands are run successively, not in parallel. That
-means you can't pass one line to it and have it return another line before
+It's not a real pipe. The commands are run successively, not in parallel.
+That means you can't pass one line to it and have it return another line before
sending EOF, for unbuffered (e.g. linewise) tools.
.P
There's almost certainly a better way to do this, fixing one or both of the
above issues, and possibly even in shell; maybe with curlier file descriptor
-logic to save unneeded open(2) syscalls. I smell `eval` usage on the horizon.
+logic to save unneeded open(2) syscalls. I smell `eval` usage on the horizon.
.SH SEE ALSO
maybe(1df), rep(1df), try(1df)
.SH AUTHOR