From 38254b5489da848ac59ce7ca2435b47f7e58aeac Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Aug 2010 08:57:21 +0200 Subject: [PATCH] getsubopt.3:Minor wording fix ("null byte") Signed-off-by: Michael Kerrisk --- man3/getsubopt.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man3/getsubopt.3 b/man3/getsubopt.3 index e4ffd5988..f3eab52f8 100644 --- a/man3/getsubopt.3 +++ b/man3/getsubopt.3 @@ -87,7 +87,8 @@ When .BR getsubopt () returns, .I optionp -points to the next suboption, or to the null character at the end of the +points to the next suboption, +or to the null byte ('\\0') at the end of the string if the last suboption was just processed. .SH RETURN VALUE If the first suboption in