summaryrefslogtreecommitdiff
path: root/src/runcon.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-04-30 10:55:18 +0200
committerJim Meyering <meyering@redhat.com>2012-05-02 10:31:53 +0200
commit57e0a882ef70712f79e7255aa5c1f8ba27b4c33e (patch)
tree2e974fbd9ee44c5cf95067d4f37efb42100e48e3 /src/runcon.c
parentb8a6996e258a2c30de40fb20cab0d17a38c3eff2 (diff)
downloadcoreutils-57e0a882ef70712f79e7255aa5c1f8ba27b4c33e.tar.xz
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.
Diffstat (limited to 'src/runcon.c')
-rw-r--r--src/runcon.c6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. */
/*
- * 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.
*