K 10 svn:author V 6 eadler K 8 svn:date V 27 2018-03-15T09:43:38.846478Z K 7 svn:log V 404 MFC r305139: df(1): Allow duplicate -l flags gracefully Rather than producing a misleading error message when duplicate -l flags are provided to df(1), simply ignore extra flags and proceed as if only one was specified. This seems most reasonable given the usage for -l: -l Only display information about locally-mounted file systems. l and t flags still conflict, as before. PR: 208169 END