Date: Wed, 5 Nov 1997 07:40:06 -0800 (PST) From: Bill Fenner <fenner@parc.xerox.com> To: freebsd-bugs Subject: Re: bin/4947: ps(1) output is not parsable and -Ortprio doesn't work Message-ID: <199711051540.HAA16539@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/4947; it has been noted by GNATS. From: Bill Fenner <fenner@parc.xerox.com> To: dada@sbox.tu-graz.ac.at Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/4947: ps(1) output is not parsable and -Ortprio doesn't work Date: Wed, 5 Nov 1997 07:36:52 PST Martin Kammerhofer <dada@sbox.tu-graz.ac.at> wrote: >+ default: >+ strncpy(str, "?", 2); I'd do something like "%d:%d", prtp->type, prio (taking care, of course, not to overflow) -- someone someday is going to be *really* frustrated that ps just prints a "?". Bill
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711051540.HAA16539>