Make docs compile again
[pintos-anon] / doc / standards.texi
index 8e4b3703432025bb5191ef4ccfca24ec503647c5..7d30a4b4cfbe1c218a6390f752c4fb16ff484364 100644 (file)
@@ -151,7 +151,7 @@ A few of the string functions declared in the standard
 The worst offenders are intentionally not included in the Pintos C
 library:
 
-@table @func
+@table @code
 @item strcpy
 When used carelessly this function can overflow the buffer reserved
 for its output string.  Use @func{strlcpy} instead.  Refer to