CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/11/16 09:43:06
Modified files: usr.bin/at : at.1 at.c Log message: Make "at -l" comply with POSIX. Our "at -l" currently acts like the historic BSD atq which takes a list of users instead of a list of jobs. We now accept either a user or a job number for "at -l". The "at -l user" syntax is still accepted but no longer documented. This is similar to how we handle differences in "at -r" vs. atrm. OK deraadt@ jmc@