swab(1): note what sysexits are being used

This commit is contained in:
Emma Tebibyte 2024-07-15 13:17:00 -06:00
parent 7ff14214c3
commit dc2a4a39ba
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -20,7 +20,7 @@
#include <stdio.h> /* fprintf(3), stderr, NULL */
#include <stdlib.h> /* EXIT_FAILURE, EXIT_SUCCESS */
#include <string.h> /* memset(3), strchr(3) */
#include <sysexits.h>
#include <sysexits.h> /* EX_USAGE */
#include <unistd.h> /* access(3), getopt(3), F_OK, R_OK, W_OK, X_OK */
#include <sys/stat.h> /* lstat(3), stat struct, S_ISBLK, S_ISCHR, S_ISDIR,
* S_ISFIFO, S_ISGID, S_ISREG, S_ISLNK, S_ISSOCK,