From 5ed9516e64c954f8a59c1c52313bbe6cb6ff3d1c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 25 Apr 2017 22:29:56 +0200 Subject: Leahize --- README | 6 +++--- extrace.1 | 2 +- extrace.c | 2 +- pwait.1 | 2 +- pwait.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index b4406b6..f9c20a5 100644 --- a/README +++ b/README @@ -50,10 +50,10 @@ ERRORS CONFIG_PROC_EVENTS=y SEE ALSO - fatrace(1), ps(1), pwait(1) + fatrace(1), ps(1), pwait(1), strace(1) AUTHORS - Christian Neukirchen + Leah Neukirchen May contain traces of code from Guillaume Thouvenin, Matt Helsley, and Sebastian Krahmer. @@ -66,4 +66,4 @@ BUGS LICENSE extrace is licensed under the terms of the GPLv2. -Linux 4.6.2_1 June 13, 2016 Linux 4.6.2_1 +Void Linux June 13, 2016 Void Linux diff --git a/extrace.1 b/extrace.1 index 8a8b59c..139b507 100644 --- a/extrace.1 +++ b/extrace.1 @@ -75,7 +75,7 @@ CONFIG_PROC_EVENTS=y .Xr pwait 1 , .Xr strace 1 .Sh AUTHORS -.An Christian Neukirchen Aq Mt chneukirchen@gmail.com +.An Leah Neukirchen Aq Mt leah@vuxu.org .Pp May contain traces of code from Guillaume Thouvenin, diff --git a/extrace.c b/extrace.c index d98699c..baa8710 100644 --- a/extrace.c +++ b/extrace.c @@ -14,7 +14,7 @@ * -l print full path of argv[0] * -q don't print exec() arguments * - * Copyright (C) 2014-2016 Christian Neukirchen + * Copyright (C) 2014-2016 Leah Neukirchen * * hacked from sources of: */ diff --git a/pwait.1 b/pwait.1 index 3c6d52c..6621b4f 100644 --- a/pwait.1 +++ b/pwait.1 @@ -46,7 +46,7 @@ CONFIG_PROC_EVENTS=y .Xr ps 1 , .Xr wait 1 .Sh AUTHORS -.An Christian Neukirchen Aq Mt chneukirchen@gmail.com +.An Leah Neukirchen Aq Mt leah@vuxu.org .Pp Built upon code from .Fx diff --git a/pwait.c b/pwait.c index 4f0c76a..8cf7983 100644 --- a/pwait.c +++ b/pwait.c @@ -7,7 +7,7 @@ * -v Print the exit status when each process terminates. * -c Check for PIDs to exit successfully, else return 111. * - * Copyright (C) 2014-2016 Christian Neukirchen + * Copyright (C) 2014-2017 Leah Neukirchen * * hacked from sources of: */ -- cgit 1.4.1