Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/apply Fix section names, sort sections, remove a space.



details:   https://anonhg.NetBSD.org/src/rev/c43950ce37cb
branches:  trunk
changeset: 516152:c43950ce37cb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 17 22:02:30 2001 +0000

description:
Fix section names, sort sections, remove a space.

diffstat:

 usr.bin/apply/apply.1 |  28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diffs (59 lines):

diff -r 9eda253e1bf1 -r c43950ce37cb usr.bin/apply/apply.1
--- a/usr.bin/apply/apply.1     Wed Oct 17 21:50:57 2001 +0000
+++ b/usr.bin/apply/apply.1     Wed Oct 17 22:02:30 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: apply.1,v 1.8 1999/03/22 18:16:34 garbled Exp $
+.\"    $NetBSD: apply.1,v 1.9 2001/10/17 22:02:30 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -91,7 +91,7 @@
 .Fl a
 option.
 .El
-.Sh ENVIRONMENT VARIABLES
+.Sh ENVIRONMENT
 The following environment variable affects the execution of
 .Nm "" :
 .Bl -tag -width SHELL
@@ -99,6 +99,11 @@
 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
+Default shell
+.El
 .Sh EXAMPLES
 .Bl -tag -width apply -compact
 .It Li "apply echo a*"
@@ -114,21 +119,16 @@
 links all files in the current directory to the directory
 .Pa /usr/joe .
 .El
-.Sh Files
-.Bl -tag -width /bin/sh -compact
-.It Pa /bin/sh
-Default shell
-.El
-.Sh AUTHOR
-Rob Pike
+.Sh HISTORY
+The
+.Nm
+command appeared in
+.Bx 4.2 .
+.Sh AUTHORS
+.An Rob Pike
 .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 .



Home | Main Index | Thread Index | Old Index