apply.1: Use Ar for arguments

This commit is contained in:
Mateusz Piotrowski 2022-01-28 20:38:07 +01:00
parent 656f5031c3
commit 1578c22e92

View File

@ -28,7 +28,7 @@
.\" @(#)apply.1 8.2 (Berkeley) 4/4/94 .\" @(#)apply.1 8.2 (Berkeley) 4/4/94
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 13, 2006 .Dd January 28, 2022
.Dt APPLY 1 .Dt APPLY 1
.Os .Os
.Sh NAME .Sh NAME
@ -38,7 +38,7 @@
.Nm .Nm
.Op Fl a Ar c .Op Fl a Ar c
.Op Fl d .Op Fl d
.Op Fl # .Op Cm - Ns Ar #
.Ar command argument ... .Ar command argument ...
.Sh DESCRIPTION .Sh DESCRIPTION
The The
@ -66,9 +66,9 @@ each execution of
.Pp .Pp
The options are as follows: The options are as follows:
.Bl -tag -width indent .Bl -tag -width indent
.It Fl # .It Cm - Ns Ar #
Normally arguments are taken singly; the optional number Normally arguments are taken singly; the optional number
.Fl # .Ar #
specifies the number of arguments to be passed to specifies the number of arguments to be passed to
.Ar command . .Ar command .
If the number is zero, If the number is zero,