diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-06-03 15:35:59 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-28 09:32:01 +0000 |
| commit | 48e85d9569986d7308bfa895ed6bd3b9c5f44d30 (patch) | |
| tree | 6f196914589f3b130256f1398b7ace8275e48f06 | |
| parent | 44eb447094b7ddd181389f5fcb4fb0cae0fee957 (diff) | |
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
(cherry picked from commit b49021b49a78ca6a9e3a1a59c5aa6f2fec503afb)
| -rw-r--r-- | usr.bin/xinstall/install.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 193892c4a2b9..c22cd77120ad 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -27,7 +27,7 @@ .\" .\" From: @(#)install.1 8.1 (Berkeley) 6/6/93 .\" -.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 |
