Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2018 09:43:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 208169] [patch] df(1): df -l -l output "df: -l and -t are mutually exclusive."
Message-ID:  <bug-208169-8-cRuOKbSRVc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208169-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208169-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208169

--- Comment #3 from commit-hook@freebsd.org ---
A commit references this bug:

Author: eadler
Date: Thu Mar 15 09:43:39 UTC 2018
New revision: 330982
URL: https://svnweb.freebsd.org/changeset/base/330982

Log:
  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 w=
as
  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

Changes:
_U  stable/11/
  stable/11/bin/df/df.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208169-8-cRuOKbSRVc>