https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=59220
--- Comment #4 from [email protected] --- A commit references this bug: Author: gonzo Date: Wed Jan 23 02:46:36 UTC 2019 New revision: 343338 URL: https://svnweb.freebsd.org/changeset/base/343338 Log: Fix systat's :only command parser for the multiple arguments case According to systat(1) :only option is supposed to accept multiple drives but the parser for its arguments stops after first entry. Fix the parser logic to accept multiple drives. PR: 59220 Reported by: Andy Farkas <[email protected]> MFC after: 1 week Changes: head/usr.bin/systat/devs.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
