commit: be5f7fcd926eba54f10c57095f8eede275aea315
parent: 75754bf29b649dd752f58f7d1bdf6f17fa38c849
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 3 Mar 2019 07:51:20 +0100
man1x: Fix few typos
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/man1x/date.1x b/man1x/date.1x
@@ -15,13 +15,12 @@ which is an attempt to provide documentation of similarities and (noteworthy) di
.Op Ar +format
.Nm
.Op Fl u
-.Op Fl Ar d date
setdate
.Sh DESCRIPTION
.Bl -tag -width Ds
-.It u
+.It Fl u
Use UTC
-.It d
+.It Fl Ar d date
Use
.Ar date
instead of now. Absent for POSIX, present for
diff --git a/man1x/install.1x b/man1x/install.1x
@@ -24,7 +24,7 @@ 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 g group
+.It Fl Ar g group
Sets group ownership. (GNU: instead of the process' current group)
.It Fl p
Preserve file access and modification times.