From 57e0a882ef70712f79e7255aa5c1f8ba27b4c33e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 30 Apr 2012 10:55:18 +0200 Subject: maint: adjust comments to avoid FP match on binary-operator-at-EOL * src/ls.c (print_long_format): Reformat comment to avoid "==" at end of line. Also, "sortkey" is not a word: s/sortkey/sort key/. * src/ioblksize.h: Likewise, for "|" from a shell snippet. * src/runcon.c: Likewise, for "|" in grammar-like usage. --- src/runcon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/runcon.c') diff --git a/src/runcon.c b/src/runcon.c index 29bf0e502..875441f30 100644 --- a/src/runcon.c +++ b/src/runcon.c @@ -15,9 +15,9 @@ along with this program. If not, see . */ /* - * runcon [ context | - * ( [ -c ] [ -r role ] [-t type] [ -u user ] [ -l levelrange ] ) - * command [arg1 [arg2 ...] ] + * runcon [ context + * | ( [ -c ] [ -r role ] [-t type] [ -u user ] [ -l levelrange ] ) + * command [arg1 [arg2 ...] ] * * attempt to run the specified command with the specified context. * -- cgit v1.2.3-54-g00ecf