K 10 svn:author V 7 git2svn K 8 svn:date V 27 2023-02-16T04:59:24.690716Z K 7 svn:log V 555 top: fix sorting by pid (-o pid) The 'pid' order was added, but the equivalent comparator was not back in 8b800d3af2d8c ("Add the PID column to the list of sort keys."). `ordernames` indices need to match `compares` indices in order for this to work. A future commit will restructure all of this to make it less error prone going forward (see D37083). MFC after: 3 days Reviewed by: pstef (D37083) (cherry picked from commit deb63adf945d446ed91a9d84124c71f15ae571d1) Git Hash: 6431b5ab6bba2dbf7a22c00e6a3ce2afd1bde436 Git Author: kevans@FreeBSD.org END