X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/ff76c38f2d94c82b234d67e717d855b52e5d6421..471f9daa24ee9251730e234fe92ad65c1fa9dff3:/man/testrig.3 diff --git a/man/testrig.3 b/man/testrig.3 index 9138b88..190e732 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,6 +160,29 @@ 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"