commit: 313b079a306bab629d182e0341ac3fb22eb3a51c
parent: a387b8141f4fab651e59cce67e893aec5972e36d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 4 Mar 2019 06:55:16 +0100
man1x/install.1x: Add explaination on flag ommission
I ommited conflicting flags, for example BSDs are using -B to set
the backup suffix, while on GNU -B is ignored and the flag is -S.
Which on BSDs is for controlling strip(1) options.
I also ommited the -D flag for now because the GNU manpage doesn't
really makes a lot of sense and has at least requirement on -t that
BSD and BusyBox don’t have.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/man1x/install.1x b/man1x/install.1x
@@ -57,6 +57,10 @@ Preserve file access and modification times.
executes
.Xr strip 1
on each binary/file
+.Pp
+There are many extra flags in GNU/*BSD versions of
+.Xr install 1
+but this is kept to the common ones.
.Sh SOURCE
.Nx 8.0 ,
.Fx 12.0 ,