From 267b051a813c4443420fb0e5f3d020d3b6c91fee Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 1 Dec 2005 19:16:35 +0000 Subject: [PATCH] - Use .fn to markup untimeout in two places it was missing. - Reword a confusing sentence. PR: docs/89810 Submitted by: Marius Nuennerich marius dot nuennerich at gmx dot net MFC after: 3 days --- share/man/man9/timeout.9 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index 195dce24bced..c875ce3b6ebf 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -121,7 +121,9 @@ functions. The function .Fn callout_handle_init can be used to initialize a handle to a state which will cause -any calls to untimeout with that handle to return with no side +any calls to +.Fn untimeout +with that handle to return with no side effects. .Pp Assigning a callout handle the value of @@ -153,7 +155,9 @@ or assigned the value of .Fn CALLOUT_HANDLE_INITIALIZER "&handle" before being passed to .Fn untimeout . -The behavior of calling untimeout without a previously initialized handle +The behavior of calling +.Fn untimeout +with an uninitialized handle is undefined. The .Fn untimeout