X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/ff76c38f2d94c82b234d67e717d855b52e5d6421..36b6fecc4670f4d351cd662a6772a5a196108ceb:/man/testrig.3 diff --git a/man/testrig.3 b/man/testrig.3 index 9138b88..c010cb0 100644 --- a/man/testrig.3 +++ b/man/testrig.3 @@ -11,7 +11,7 @@ .in -5 .sp 1 .. -.TH testrig 3 "5 June 1999" mLib +.TH testrig 3 "5 June 1999" "Straylight/Edgeware" "mLib utilities library" .SH NAME testrig \- generic test rig .\" @test_run @@ -160,7 +160,30 @@ with the expression *(int *)d.buf .VE which isn't pretty but does the job. +.TP +.B "type_long" +As for +.B type_int +but reads and stores a +.B long +instead. +.TP +.B "type_ulong" +As for +.B type_long +but reads and stores an +.B "unsigned long" +instead. +.TP +.B "type_uint32" +As for +.B type_int +but reads and stores a +.B uint32 +(see +.BR bits (3)) +instead. .SH "SEE ALSO" .BR mLib (3). .SH "AUTHOR" -Mark Wooding, +Mark Wooding,