chiark / gitweb /
Various Debian fixes.
[mLib] / man / testrig.3
index 9138b8801ccc1c4a638d1f05ad141c7a5dd03fb2..190e732214ad45ef435a5664e845af7c033af102 100644 (file)
@@ -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"