The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=b49021b49a78ca6a9e3a1a59c5aa6f2fec503afb
commit b49021b49a78ca6a9e3a1a59c5aa6f2fec503afb Author: Ed Maste <[email protected]> AuthorDate: 2026-06-03 15:35:59 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-06-03 20:34:19 +0000 install.1: Document options incompatible with -s Reported by: des Reviewed by: ziaee Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D57409 --- usr.bin/xinstall/install.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 169bf4ef11fe..35b6f60c57a0 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 16, 2024 +.Dd June 3, 2026 .Dt INSTALL 1 .Os .Sh NAME @@ -250,6 +250,10 @@ number of systems and binary types. See below for how .Nm can be instructed to use another program to strip binaries. +This option is incompatible with +.Fl d +and +.Fl l . .It Fl T Ar tags Specify the .Xr mtree 8
