Date: Wed, 10 Jun 2026 13:45:02 +0000 From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 166532ee0c1e - stable/15 - install.1: Convert link flags to a table Message-ID: <6a296a5e.1e17e.394aa147@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=166532ee0c1e740dbbad331ae4d03710f0d86cac commit 166532ee0c1e740dbbad331ae4d03710f0d86cac Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2026-06-03 17:50:51 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2026-06-10 13:43:59 +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 2120706e271e..c6a55632891c 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -174,16 +174,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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a296a5e.1e17e.394aa147>
