summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usbnet.c')
0 files changed, 0 insertions, 0 deletions
n the latest POSIX Also make related updates to documentation, mostly from FreeBSD, though I cleaned a few other things up along the way. Bump shlib_version. We are still missing strcoll_l, strerror_l, strsignal, strxfrm_l to be POSIX conformant. 2006-10-16nul/null/NULL cleanup:wiz when talking about characters/bytes, use "nul" and "nul-terminate" when talking about pointers, use "null pointer" or ".Dv NULL" 2003-09-08Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.wiz 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22280, verified by myself. 2003-05-06s/>/\*[Gt]/wiz 2003-05-06Clarify what strncpy() does when the length of `src' is `len'.lukem Noted by Christoph Kaegi on tech-userlevel@. Add missing "function". 2003-04-16Usewiz .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross. 2002-08-11improve EXAMPLES.yamt from openbsd. 2002-02-07Generate <>& symbolically.ross