diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-01-28 19:38:07 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-01-29 12:12:31 +0000 |
commit | 1578c22e92c5d2b7e09d64127665539a92359af5 (patch) | |
tree | 8023caba17da3830782126649ea5dc2598d8e369 /usr.bin/apply | |
parent | 656f5031c39108d2418454f12b52931c32514741 (diff) | |
download | src-1578c22e92c5d2b7e09d64127665539a92359af5.tar.gz src-1578c22e92c5d2b7e09d64127665539a92359af5.zip |
apply.1: Use Ar for arguments
Diffstat (limited to 'usr.bin/apply')
-rw-r--r-- | usr.bin/apply/apply.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index c5e9366988a4..c02f7f8a2de2 100644 --- a/usr.bin/apply/apply.1 +++ b/usr.bin/apply/apply.1 @@ -28,7 +28,7 @@ .\" @(#)apply.1 8.2 (Berkeley) 4/4/94 .\" $FreeBSD$ .\" -.Dd December 13, 2006 +.Dd January 28, 2022 .Dt APPLY 1 .Os .Sh NAME @@ -38,7 +38,7 @@ .Nm .Op Fl a Ar c .Op Fl d -.Op Fl # +.Op Cm - Ns Ar # .Ar command argument ... .Sh DESCRIPTION The @@ -66,9 +66,9 @@ each execution of .Pp The options are as follows: .Bl -tag -width indent -.It Fl # +.It Cm - Ns Ar # Normally arguments are taken singly; the optional number -.Fl # +.Ar # specifies the number of arguments to be passed to .Ar command . If the number is zero, |