diff options
author | Rob Landley <rob@landley.net> | 2013-08-11 21:56:08 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-08-11 21:56:08 -0500 |
commit | 1c8b0090a6529ce35f877973778e7814387c1e3f (patch) | |
tree | b748ee63444100997be57c5093b40fe1fc839e35 /toys/pending/pgrep.c | |
parent | 133cc5b85f3363bf0c252a3f8bf6fd259177b066 (diff) | |
download | toybox-1c8b0090a6529ce35f877973778e7814387c1e3f.tar.gz |
Ashwini Sharma said that Kyungwan Han should be in the contact info for the commands he sent recently.
Diffstat (limited to 'toys/pending/pgrep.c')
-rw-r--r-- | toys/pending/pgrep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/pending/pgrep.c b/toys/pending/pgrep.c index 90fee089..a96a1df0 100644 --- a/toys/pending/pgrep.c +++ b/toys/pending/pgrep.c @@ -1,6 +1,7 @@ /* pgrep.c - pgrep and pkill implementation * * Copyright 2012 Madhur Verma <mad.flexi@gmail.com> + * Copyright 2013 Kyungwan Han <asura321@gmail.com> * USE_PGREP(NEWTOY(pgrep, "?P# s# xvonlf[!sP]", TOYFLAG_USR|TOYFLAG_BIN)) |