commit: 59594bfbc29d32fe363080d251a2257b3e20485d
parent: 2b3fdd88fd45f193433288304a351ba88383f40e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 4 Mar 2019 06:07:18 +0100
man1x/install.1x: Fix syntax and typos
Group option-less arguments together and add forgotten `p` to it.
Separate each system by a comma instead of listed to be consistent
with date(1), this might be changed to a list again in the future
to allow for easy flexibility and better semantics.
Diffstat:
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/man1x/install.1x b/man1x/install.1x
@@ -10,12 +10,10 @@ which is an attempt to provide documentation of similarities and (noteworthy) di
.Nd install binairies
.Sh SYNOPSIS
.Nm
-.Op Fl c
-.Op Fl b
-.Op Fl s
-.Op Fl g group
-.Op source
-.Op destination
+.Op Fl bcsp
+.Op Fl g Ar group
+.Op Ar source
+.Op Ar destination
.Sh DESCRIPTION
.Bl -tag -width Ds
.It Fl b
@@ -24,8 +22,9 @@ backup any existing files before overwriting them by renaming them. (GNU appends
appends .old by default)
.It Fl c
Copy the file. This is the default behaviour; the flag is maintained for backwards compatibility only.
-.It Fl Ar g group
-Sets group ownership. (GNU: instead of the process' current group)
+.It Fl g Ar group
+Sets group ownership.
+GNU: instead of the process' current group
.It Fl p
Preserve file access and modification times.
.It Fl s
@@ -33,10 +32,7 @@ executes
.Xr strip 1
on each binary/file
.Sh SOURCE
-.Bl
-.It
-.Nx 8.0
-.It
+.Nx 8.0 ,
GNU coreutils 8.30
.Sh HISTORY
The