K 10 svn:author V 2 se K 8 svn:date V 27 2022-04-18T11:13:53.977294Z K 7 svn:log V 767 bin/df: allow -t option to be used together with -l The df command provides a -l option to exclude all non-local file systems and a -t option with a (positive or negative) list of file system types to display. This commit adds support for a combination of -l and -t. If both are specified, the parameter list of the -t option is applied on top of the selection of öocal file systems (independently of the order of the -l and -t options). E.g., "df -t noprocfs,sysfs -l" will select all local file systems except those of type procfs and sysfs. (cherry picked from commit f0fd4a32c4f7ab5eb008ab08a1a13cb20d4b30d2) (cherry picked from commit c888fc2d97ee3e25269ca8218f80769bca930705) Git Hash: 741b90dc69ee9e9f3bbd2b0548ea214030c4ea34 Git Author: se@FreeBSD.org END