From owner-svn-src-head@freebsd.org Mon Aug 12 10:57:56 2019 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F15E2AEA5B; Mon, 12 Aug 2019 10:57:56 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 466Xr466vnz4BLl; Mon, 12 Aug 2019 10:57:56 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B30622584A; Mon, 12 Aug 2019 10:57:56 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7CAvu9I075414; Mon, 12 Aug 2019 10:57:56 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7CAvuTx075413; Mon, 12 Aug 2019 10:57:56 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201908121057.x7CAvuTx075413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 12 Aug 2019 10:57:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r350895 - head/usr.bin/xinstall X-SVN-Group: head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/usr.bin/xinstall X-SVN-Commit-Revision: 350895 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2019 10:57:57 -0000 Author: 0mp (ports committer) Date: Mon Aug 12 10:57:56 2019 New Revision: 350895 URL: https://svnweb.freebsd.org/changeset/base/350895 Log: install.1: Add missing arguments to option descriptions While here: - Remove deprecated Tn macros. - Do not use macros with the -width option. Reviewed by: bcr Approved by: doc (bcr) Differential Revision: https://reviews.freebsd.org/D21173 Modified: head/usr.bin/xinstall/install.1 Modified: head/usr.bin/xinstall/install.1 ============================================================================== --- head/usr.bin/xinstall/install.1 Mon Aug 12 10:30:00 2019 (r350894) +++ head/usr.bin/xinstall/install.1 Mon Aug 12 10:57:56 2019 (r350895) @@ -28,7 +28,7 @@ .\" From: @(#)install.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd January 18, 2013 +.Dd August 12, 2019 .Dt INSTALL 1 .Os .Sh NAME @@ -138,11 +138,11 @@ This option does not affect where the actual files are .It Fl d Create directories. Missing parent directories are created as required. -.It Fl f +.It Fl f Ar flags Specify the target's file flags; see .Xr chflags 1 for a list of possible flags and their meanings. -.It Fl g +.It Fl g Ar group Specify a group. A numeric GID is allowed. .It Fl h Ar hash @@ -165,13 +165,9 @@ The RMD-160 cryptographic message digest. .It Sy sha1 The SHA-1 cryptographic message digest. .It Sy sha256 -The 256-bits -.Tn SHA-2 -cryptographic message digest of the file. +The 256-bits SHA-2 cryptographic message digest of the file. .It Sy sha512 -The 512-bits -.Tn SHA-2 -cryptographic message digest of the file. +The 512-bits SHA-2 cryptographic message digest of the file. .El .It Fl l Ar linkflags Instead of copying the file make a link to the source. @@ -203,13 +199,13 @@ in an specification line. The metadata includes: the file name and file type, and depending upon other options, the owner, group, file flags, modification time, and tags. -.It Fl m +.It Fl m Ar mode Specify an alternate mode. The default mode is set to rwxr-xr-x (0755). The specified mode may be either an octal or symbolic value; see .Xr chmod 1 for a description of possible mode values. -.It Fl N +.It Fl N Ar dbdir Use the user database text file .Pa master.passwd and group database text file @@ -221,7 +217,7 @@ rather than using the results from the system's and .Xr getgrnam 3 (and related) library calls. -.It Fl o +.It Fl o Ar owner Specify an owner. A numeric UID is allowed. .It Fl p @@ -305,7 +301,7 @@ This is mainly for use in debugging the .Fx Ports Collection. .Sh FILES -.Bl -tag -width ".Pa INS@XXXX" -compact +.Bl -tag -width "INS@XXXX" -compact .It Pa INS@XXXX If either .Fl S