* doc/c-arm.texi: Add new fpe options to list of supported flags.
[deliverable/binutils-gdb.git] / libiberty / strstr.c
index ffe1d10fc9ef5f6e241cc7b8be1344943ef88a33..470e04b1a7613c0e848aa39d6775a2a34912cf44 100644 (file)
@@ -7,7 +7,7 @@
 
 This function searches for the substring @var{sub} in the string
 @var{string}, not including the terminating null characters.  A pointer
-to the first occurrence of @var{sub} is returned, or NULL if the
+to the first occurrence of @var{sub} is returned, or @code{NULL} if the
 substring is absent.  If @var{sub} points to a string with zero
 length, the function returns @var{string}.
 
This page took 0.022163 seconds and 4 git commands to generate.