From c91f97b8ea9399dcb789503cea5f5d3cf348f05d Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sat, 15 Aug 2020 09:40:48 -0700 Subject: [PATCH] src/ulimit512.c: pick up typo fix Signed-off-by: Kyle J. McKay --- src/ulimit512.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ulimit512.c b/src/ulimit512.c index a0db17a..05c3e6e 100644 --- a/src/ulimit512.c +++ b/src/ulimit512.c @@ -1,7 +1,7 @@ /* ulimit512.c - provide ulimit -f with 512-byte units on the command line -Copyright (C) 2018 Kyle J. McKay. All rights reserved. +Copyright (C) 2018,2020 Kyle J. McKay. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #define VERSION \ "ulimit512 version 1.0.0\n" \ -"Copyright (C) 2018 Kyle J. McKay \n" \ +"Copyright (C) 2018,2020 Kyle J. McKay \n" \ "License GPLv2+: GNU GPL version 2 or later.\n" \ "\n" \ "This is free software: you are free to change and redistribute it.\n" \ @@ -38,7 +38,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. " ... zero or more optional args to pass to \n" \ "First sets ulimit UL_SETFSIZE value if any -f option given then uses execvp to\n" \ "run the with any given values. A failure of UL_SETFSIZE or\n" \ -"execvp will always result in an error. Note that the value give for -f ALWAYS\n" \ +"execvp will always result in an error. Note that the value given for -f ALWAYS\n" \ "specifies the limit in number of 512-byte units as required by POSIX and that\n" \ "the maximum value is the largest positive value that fits in a `long` type.\n" \ "Any -f values starting with `0x` are taken to be hexadecimal, starting with `0`\n" \ -- 2.11.4.GIT