diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
commit | 3e222ea23769f7fa61220327392152acedf527bf (patch) | |
tree | 9c366baf268cf9c15e9ba6677e9a98d4002eaf8a /usr.bin/apply | |
parent | 4575f892d2c42b7683343fd14cb4e51ce9604ae4 (diff) |
- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
Diffstat (limited to 'usr.bin/apply')
-rw-r--r-- | usr.bin/apply/apply.1 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 77dfdd92e06..77308a9c15f 100644 --- a/usr.bin/apply/apply.1 +++ b/usr.bin/apply/apply.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apply.1,v 1.12 2000/11/09 17:52:01 aaron Exp $ +.\" $OpenBSD: apply.1,v 1.13 2000/11/10 05:10:21 aaron Exp $ .\" $NetBSD: apply.1,v 1.4 1996/03/18 23:16:57 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -97,14 +97,6 @@ as the magic character instead of the default Debug mode. Print commands to the standard output but do not actually execute them. .El -.Sh ENVIRONMENT -The following environment variable affects the execution of -.Nm apply : -.Bl -tag -width SHELL -.It Ev SHELL -Pathname of shell to use. -If this variable is not defined, the Bourne shell is used. -.El .Sh EXAMPLES .Bl -tag -width apply .It Li "apply echo a*" @@ -124,6 +116,14 @@ runs links all files in the current directory to the directory .Pa /usr/joe . .El +.Sh ENVIRONMENT +The following environment variable affects the execution of +.Nm apply : +.Bl -tag -width SHELL +.It Ev SHELL +Pathname of shell to use. +If this variable is not defined, the Bourne shell is used. +.El .Sh FILES .Bl -tag -width /bin/sh -compact .It Pa /bin/sh @@ -133,14 +133,14 @@ default shell .Xr xargs 1 .Sh AUTHOR Rob Pike +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS Shell metacharacters in .Ar command may have bizarre effects; it is best to enclose complicated commands in single quotes .Pq '' . -.Sh HISTORY -The -.Nm -command appeared in -.Bx 4.2 . |