git: a1a98dd063f9 - stable/14 - install.1: Convert link flags to a table
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jul 2026 09:34:27 UTC
The branch stable/14 has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=a1a98dd063f97859e7ff564be008eae11c932074
commit a1a98dd063f97859e7ff564be008eae11c932074
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-06-03 17:50:51 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-07-28 09:32:02 +0000
install.1: Convert link flags to a table
The five link flags get lost in prose.
Reviewed by: ziaee
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57418
(cherry picked from commit 248dd56d2dea03e4723e8225b890d02fcc10973f)
---
usr.bin/xinstall/install.1 | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index c22cd77120ad..f13c0c1ad9a8 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -176,16 +176,19 @@ argument.
Valid
.Ar linkflags
are:
-.Ar a
-(absolute),
-.Ar r
-(relative),
-.Ar h
-(hard),
-.Ar s
-(symbolic),
-.Ar m
-(mixed).
+.Bl -tag -width a -offset indent
+.It Sy a
+absolute
+.It Sy r
+relative
+.It Sy h
+hard
+.It Sy s
+symbolic
+.It Sy m
+mixed
+.El
+.Pp
Absolute and relative have effect only for symbolic links.
Mixed links
are hard links for files on the same filesystem, symbolic otherwise.