From 9505a99fd48d04dfd61cac0d77078395b91365e7 Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 12 Aug 2017 01:36:40 +0200 Subject: [PATCH 1/1] update date; copy current manpage to readme i keep forgetting that :| --- README.md | 10 +++++----- fag.1 | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 39e41f5..9791ba5 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ EXIT STATUS BUGS Known Bugs - SIGNAL needs to be given as an integer; mnemonic should be supported in - the future. + if grep exits with a code > 0, fag should terminate with grep's exit + code and an error message. instead, fag exits as if a match was found. Sometimes, stdin behaves strange after the program terminates. @@ -52,8 +52,8 @@ BUGS https://github.com/girst/forkaftergrep/. NOTES - Some might find the name of this program offensive. Feel free to create - a symlink or alias on your system. + SIGNAL needs to be given as an integer. implementing mnemonics is dirty + and not very portable; maybe support in the future. COPYRIGHT Copyright 2017 Tobias Girstmair. This is free software; see @@ -62,7 +62,7 @@ COPYRIGHT AUTHOR Tobias Girstmair (http://isticktoit.net) -1.0 28 July 2017 fag(1) +1.0 12 August 2017 fag(1) ``` ## Notes diff --git a/fag.1 b/fag.1 index 582da8a..0c67e21 100644 --- a/fag.1 +++ b/fag.1 @@ -1,4 +1,4 @@ -.TH fag 1 "28 July 2017" "1.0" "User Commands" +.TH fag 1 "12 August 2017" "1.0" "User Commands" .hy 0 .SH NAME fag \- daemonize program after a string was found (ForkAfterGrep) -- 2.39.3