summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-06-05 02:01:46 +0000
committerjmallett <jmallett@FreeBSD.org>2002-06-05 02:01:46 +0000
commit399bb45a093dd97599b667d0daa215883a27cb2a (patch)
treed8673b5d44df7472bc435291e9b04435050bb6df /bin
parentd6bbfbe40bac26f19f4d5d5aa3cba41708195a18 (diff)
downloadFreeBSD-src-399bb45a093dd97599b667d0daa215883a27cb2a.zip
FreeBSD-src-399bb45a093dd97599b667d0daa215883a27cb2a.tar.gz
A space cannot be a header string seperator it appears given the SUSv3
description of ps(1), which uses them. I question whether newline and tab can be either, but I'm not touching them. Yet.
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/keyword.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 7c84691..a0a7882 100644
--- a/bin/ps/keyword.c
+++ b/bin/ps/keyword.c
@@ -233,7 +233,7 @@ parsefmt(const char *p)
static struct varent *vtail;
char *tempstr, *tempstr1;
-#define FMTSEP " \t,\n"
+#define FMTSEP "\t,\n"
tempstr1 = tempstr = strdup(p);
while (tempstr && *tempstr) {
char *cp;
OpenPOWER on IntegriCloud