DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
updays
usr.bin/rup/rup.c
136
snprintf(days_buf, sizeof days_buf, "%3d day%s, ", updays,
usr.bin/rup/rup.c
137
(updays > 1) ? "s" : "");