Here's a small patch for the cqsub man page, updating the time format. I
tried to commit it, but I don't have proper permissions on the man/SCCS
directory.
-Theron
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2005/09/19 20:41:56-05:00 voran(a)terra.mcs.anl.gov
# cqsub.1:
# changed time format to HH:MM:SS
#
# man/cqsub.1
# 2005/09/19 20:36:10-05:00 voran(a)terra.mcs.anl.gov +1 -1
# changed time format to HH:MM:SS
#
diff -Nru a/man/cqsub.1 b/man/cqsub.1
--- a/man/cqsub.1 2005-09-19 20:43:45 -05:00
+++ b/man/cqsub.1 2005-09-19 20:43:45 -05:00
@@ -48,7 +48,7 @@
.B \-t "wall clock time"
Specify the runtime for a job. The time specified is the full amount in
minutes allotted to the job for execution. If the job runs over this
limit, it
-will be killed. If colon-delimited time is specified, the format is
DD:HH:MM.
+will be killed. If colon-delimited time is specified, the format is
HH:MM:SS.
.TP
.B \-C "working directory"
Use specified working directory for job.