diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-11-20 15:43:25 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-11-20 15:43:25 +0000 |
commit | ec2eb6a2ff62b2df66387f75cecf46d03bfb3f96 (patch) | |
tree | cdacc82fd9538ae4181e11b4930e934e4d4b7df3 | |
parent | fc414536e77b67a9c64a51e50e6bfc5ae0d6e159 (diff) | |
download | src-test2-ec2eb6a2ff62b2df66387f75cecf46d03bfb3f96.tar.gz src-test2-ec2eb6a2ff62b2df66387f75cecf46d03bfb3f96.zip |
Notes
-rw-r--r-- | usr.bin/at/at.man | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index f4522a745746..a50e9f3f219e 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -59,7 +59,8 @@ drops below _LOADAVG_MX, or the value specified in the invocation of .Nm \&At allows some moderately complex .Ar time -specifications. It accepts times of the form +specifications. +It accepts times of the form .Ar HHMM or .Ar HH:MM @@ -135,15 +136,16 @@ An .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 -commands, if any. Mail will be sent using the command +commands, if any. +Mail will be sent using the command .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 @@ -180,7 +182,7 @@ Use the specified queue. A queue designation consists of a single letter; valid queue designations range from .Ar a -to +to .Ar z and .Ar A @@ -250,7 +252,7 @@ job-creation lock file 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 |