From 73e231abde39f22097df50542c745e01de879836 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 17 Feb 2014 03:37:13 +0100 Subject: doc: update punctuation Resolve spotted issues related to missing or extraneous commas, dashes. --- src/journal/journalctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal/journalctl.c') diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 482795bd38..d406daeae9 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -727,7 +727,7 @@ static int add_matches(sd_journal *j, char **args) { t = strappend("_COMM=", comm); /* Append _EXE only if the interpreter is not a link. - Otherwise it might be outdated often. */ + Otherwise, it might be outdated often. */ if (lstat(interpreter, &st) == 0 && !S_ISLNK(st.st_mode)) { t2 = strappend("_EXE=", interpreter); -- cgit v1.2.3-54-g00ecf