Module Name: src Committed By: kre Date: Wed Oct 9 11:11:54 UTC 2024
Modified Files: src/share/man/man9: ts2timo.9 Log Message: ts2timo() uses struct timespec, those don't have a tv_usec field, they have tv_nsec instead. EINVAL will happen if the tv_nsec field is invalid, not the non-existant tv_usec field. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/ts2timo.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.