Change '-' to '\-', if it means a minus Protect a full stop (.), that begins or ends a string, with \& Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx> --- libuuid/man/uuid_generate.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libuuid/man/uuid_generate.3 b/libuuid/man/uuid_generate.3 index 3bb789c..19904d7 100644 --- a/libuuid/man/uuid_generate.3 +++ b/libuuid/man/uuid_generate.3 @@ -104,11 +104,11 @@ and in the future. The newly created UUID is returned in the memory location pointed to by .IR out . .B uuid_generate_time_safe -returns zero if the UUID has been generated in a safe manner, -1 otherwise. +returns zero if the UUID has been generated in a safe manner, \-1 otherwise. .SH "CONFORMING TO" OSF DCE 1.1 .SH AUTHOR -Theodore Y. Ts'o +Theodore Y.\& Ts'o .SH AVAILABILITY .B libuuid is part of the util-linux package since version 2.15.1 and is available from -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html