Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/at Sort SEE ALSO, drop some whitespace, and sort sec...



details:   https://anonhg.NetBSD.org/src/rev/58da32e7e3cb
branches:  trunk
changeset: 516153:58da32e7e3cb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 17 22:09:55 2001 +0000

description:
Sort SEE ALSO, drop some whitespace, and sort sections.

diffstat:

 usr.bin/at/at.1 |  31 +++++++++++++++----------------
 1 files changed, 15 insertions(+), 16 deletions(-)

diffs (100 lines):

diff -r c43950ce37cb -r 58da32e7e3cb usr.bin/at/at.1
--- a/usr.bin/at/at.1   Wed Oct 17 22:02:30 2001 +0000
+++ b/usr.bin/at/at.1   Wed Oct 17 22:09:55 2001 +0000
@@ -1,8 +1,8 @@
-.\" $NetBSD: at.1,v 1.16 2000/11/07 06:43:35 lukem Exp $
+.\" $NetBSD: at.1,v 1.17 2001/10/17 22:09:55 wiz Exp $
 .\" $OpenBSD: at.1,v 1.6 1998/06/05 00:47:46 deraadt Exp $
 .\" $FreeBSD: at.man,v 1.6 1997/02/22 19:54:05 peter Exp $
 .Dd October 15, 2000
-.Dt "AT" 1
+.Dt AT 1
 .Os
 .Sh NAME
 .Nm at ,
@@ -121,7 +121,7 @@
 to run a job at 10:00am on July 31, you would do
 .Dl at 10am Jul 31
 and to run a job at 1am tomorrow, you would do
-.Dl at 1am tomorrow.
+.Dl at 1am tomorrow .
 .Pp
 Alternatively the time may be specified in a language-neutral fashion
 by using the
@@ -149,7 +149,7 @@
 .Nm
 or
 .Nm batch
-command invoked from a 
+command invoked from a
 .Xr su 1
 shell will retain the current userid.
 The user will be mailed standard error and standard output from his
@@ -157,7 +157,7 @@
 .Xr sendmail 8 .
 If
 .Nm
-is executed from a 
+is executed from a
 .Xr su 1
 shell, the owner of the login shell will receive the mail.
 .Pp
@@ -183,7 +183,7 @@
 If neither exists, only the superuser is allowed use of
 .Nm "" .
 .Pp
-An empty 
+An empty
 .Pa /var/at/at.deny
 means that every user is allowed use these commands.
 This is the default configuration.
@@ -228,7 +228,7 @@
 A queue designation consists of a single letter.  Valid queue designations
 range from
 .Sq a
-to 
+to
 .Sq z
 and
 .Sq A
@@ -291,12 +291,12 @@
 Job-creation lock file.
 .El
 .Sh SEE ALSO
-.Xr cron 8 ,
 .Xr nice 1 ,
+.Xr sh 1 ,
 .Xr umask 2 ,
-.Xr sh 1 ,
-.Xr sendmail 8 ,
-.Xr atrun 8
+.Xr atrun 8 ,
+.Xr cron 8 ,
+.Xr sendmail 8
 .Sh STANDARDS
 The
 .Nm
@@ -304,12 +304,14 @@
 .Nm batch
 utilities conform to
 .St -p1003.2-92 .
+.Sh AUTHORS
+At was mostly written by Thomas Koenig <ig25%rz.uni-karlsruhe.de@localhost>.
+The time parsing routines are by David Parsons <orc%pell.chi.il.us@localhost>.
 .Sh BUGS
-.Pp
 If the file
 .Pa /var/run/utmp
 is not available or corrupted, or if the user is not logged on at the
-time 
+time
 .Nm
 is invoked, the mail is sent to the userid found
 in the environment variable
@@ -324,6 +326,3 @@
 If this is the case for your site, you might want to consider another
 batch system, such as
 .Ic nqs .
-.Sh AUTHORS
-At was mostly written by Thomas Koenig <ig25%rz.uni-karlsruhe.de@localhost>.
-The time parsing routines are by David Parsons <orc%pell.chi.il.us@localhost>.



Home | Main Index | Thread Index | Old Index