diff options
author | June McEnroe <june@causal.agency> | 2020-06-01 15:52:22 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-06-01 15:52:22 -0400 |
commit | e56cbe1193c2a6f676a19bcf9cdcb45c2983f7df (patch) | |
tree | e7941c57ef795ac1d7e442131333911da78a94e1 /bin/man1 | |
parent | Add %c conversion to c script (diff) | |
download | src-e56cbe1193c2a6f676a19bcf9cdcb45c2983f7df.tar.gz src-e56cbe1193c2a6f676a19bcf9cdcb45c2983f7df.zip |
Allow redirecting input in ever
Diffstat (limited to '')
-rw-r--r-- | bin/man1/ever.1 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/bin/man1/ever.1 b/bin/man1/ever.1 index cde6d9b9..7689c5fb 100644 --- a/bin/man1/ever.1 +++ b/bin/man1/ever.1 @@ -1,4 +1,4 @@ -.Dd August 28, 2019 +.Dd June 1, 2020 .Dt EVER 1 .Os . @@ -8,9 +8,11 @@ . .Sh SYNOPSIS .Nm +.Op Fl i .Ar .Ar command .Nm +.Op Fl i .Ar .Fl - .Ar command @@ -24,9 +26,21 @@ whenever .Ar file is modified. . +.Pp +The arguments are as follows: +.Bl -tag -width Ds +.It Fl i +Attach the +.Ar file +which was modified +to the standard input of +.Ar command . +.El +. .Sh EXAMPLES .Dl ever ever.c make .Dl ever when.y ever.c -- make when ever +.Dl ever -i ever.1 mandoc . .Sh CAVEATS .Nm |