git: DragonFly_RELEASE_3_8 top: Fix -Sc option combination (bug #2670)
    John Marino 
    marino at crater.dragonflybsd.org
       
    Wed May 28 12:01:05 PDT 2014
    
    
  
commit 1dffcc7f628a18a1d8a98a8c170f75f1797c66ae
Author: John Marino <draco at marino.st>
Date:   Wed May 28 18:26:52 2014 +0200
    top: Fix -Sc option combination (bug #2670)
    
    It was reported that the "top -S" and "top -c" commands work as expected
    but "top -Sc" showed repeated lines.  I confirmed a malfunction, but a
    different one: all 20 lines showing in console were the same.
    
    The following patch will revert to standard format if a system command is
    detected, otherwise the desired "full command" option is shown.
    
    < http://bugs.dragonflybsd.org/issues/2670 >
Summary of changes:
 usr.bin/top/m_dragonfly.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1dffcc7f628a18a1d8a98a8c170f75f1797c66ae
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list