tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
at
/
at
trash-bin2
7 files
Makefile
for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;
10 years ago
at.1
improve markup quality in the cases found by the new "--" style message
8 years ago
at.c
at(1): ctime comparison: subtraction is not comparison; ok millert@
6 years ago
at.h
There's no need for at.c globals to be extern.
10 years ago
atq.1
The .Nd macro is intended to provide "a one line description", so avoid multiple lines of input, in particular, don't use macros below .Nd; such bad style can confuse various apropos(1) tools. All deleted macros reappear later in the text, anyway, except for .Tn, which i'm deleting outright. Found while scanning the tree for good and bad practices in preparation for my EuroBSD2015 mdoc(7) tutorial on Oct 1 in Stockholm.
10 years ago
atrm.1
The .Nd macro is intended to provide "a one line description", so avoid multiple lines of input, in particular, don't use macros below .Nd; such bad style can confuse various apropos(1) tools. All deleted macros reappear later in the text, anyway, except for .Tn, which i'm deleting outright. Found while scanning the tree for good and bad practices in preparation for my EuroBSD2015 mdoc(7) tutorial on Oct 1 in Stockholm.
10 years ago
parsetime.c
When specifying the time in the form HHMM or HH:MM, if that time is already past, the next day is assumed. Handle the case where we're still in the same hour but the minutes are past.
7 years ago