diff options
Diffstat (limited to 'usr.bin/apply')
-rw-r--r-- | usr.bin/apply/apply.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 39b827e..5332bbd 100644 --- a/usr.bin/apply/apply.1 +++ b/usr.bin/apply/apply.1 @@ -39,13 +39,13 @@ .Nm apply .Nd apply a command to a set of arguments .Sh SYNOPSIS -.Nm apply +.Nm .Op Fl a Ar c .Op Fl d .Op Fl # .Ar command argument ... .Sh DESCRIPTION -.Nm apply +.Nm runs the named .Ar command on each @@ -98,7 +98,7 @@ execute them. .El .Sh ENVIRONMENT The following environment variable affects the execution of -.Nm Ns : +.Nm : .Bl -tag -width SHELL .It Ev SHELL Pathname of shell to use. |