]> granicus.if.org Git - procps-ng/commitdiff
ps: miscellaneous accumulated changes to comments only
authorJim Warner <james.warner@comcast.net>
Wed, 7 Oct 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Fri, 9 Oct 2015 10:33:51 +0000 (21:33 +1100)
With the conversion to the new <pids> interface, a few
comments (only) are being adjusted, as detailed below.

. Escapes '\' crept into some comments containing '|'.

. For consistency, add '.' dot qualifier to a comment.

Signed-off-by: Jim Warner <james.warner@comcast.net>
ps/common.h
ps/global.c
ps/output.c

index 098f54ee4c331b2dfa54f9b49ad6318fe218c657..fd5781cb6cb36364cefb7928a2e9df6fb21ddb16 100644 (file)
@@ -15,7 +15,7 @@
 #include "../include/nls.h"
 #include "../proc/escape.h"
 
-// --- <pids> interface begin |||||\||||||||||||||||||||||||||||||||||||||
+// --- <pids> interface begin ||||||||||||||||||||||||||||||||||||||||||||
 // -----------------------------------------------------------------------
 #include <proc/pids.h>
 
index 3384d74f28e6f0f5567804a119ce5cc1de277c10..90da83951cccbefd722dc2f7918e164cdcc341ee 100644 (file)
@@ -48,7 +48,7 @@
 #define __GLIBC_MINOR__ -1
 #endif
 
-// --- <pids> interface begin |||||\||||||||||||||||||||||||||||||||||||||
+// --- <pids> interface begin ||||||||||||||||||||||||||||||||||||||||||||
 // -----------------------------------------------------------------------
 struct procps_pidsinfo *Pids_info = NULL;   // our required <pids> context
 enum pids_item *Pids_items;                 // allocated as PIDSITEMS
@@ -142,7 +142,7 @@ makREL(WCHAN_NAME)
 makREL(extra)
 makREL(noop)
 // -----------------------------------------------------------------------
-// --- <pids> interface end |||||||\||||||||||||||||||||||||||||||||||||||
+// --- <pids> interface end ||||||||||||||||||||||||||||||||||||||||||||||
 
 
 static const char * saved_personality_text = "You found a bug!";
index af962e05abd06e1aebc3e41a268000f24feda355..866f135f299b718ed98f43f3e1ea3cbcd79c3970 100644 (file)
@@ -1367,7 +1367,7 @@ static int pr_t_left2(char *restrict const outbuf, const proc_t *restrict const
 /* there are about 211 listed */
 /* Many of these are placeholders for unsupported options. */
 static const format_struct format_array[] = { /*
- .spec        .head      .pr               .sr                           width .vendor .flags  */
+ .spec        .head      .pr               .sr                          .width .vendor .flags  */
 {"%cpu",      "%CPU",    pr_pcpu,          PROCPS_PIDS_extra,               4,    BSD,  ET|RIGHT}, /*pcpu*/
 {"%mem",      "%MEM",    pr_pmem,          PROCPS_PIDS_VM_RSS,              4,    BSD,  PO|RIGHT}, /*pmem*/
 {"_left",     "LLLLLLLL", pr_t_left,       PROCPS_PIDS_noop,                8,    TST,  ET|LEFT},