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
jcs
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
remove mention to nqs, the Network Queuing System developed at NASA Ames; there is no source code repository for it and we do not have it in ports either.
1 year ago
at.c
when processing readdir(), this incorrectly did fstatat() against "..". observed during experimental work with O_BELOW ok millert, who may want to refactor this further.
10 months 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