diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-06-03 15:35:59 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-06-03 20:34:19 +0000 |
| commit | b49021b49a78ca6a9e3a1a59c5aa6f2fec503afb (patch) | |
| tree | aba76807d56d917b09f31acd83bc9ecc9a4e3226 | |
| parent | 07d733963ecd1957999f5381b438b8c369686750 (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
| -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 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 |
