From 7caf7f47d473e92cf0fc36bf03720765916c17be Mon Sep 17 00:00:00 2001 From: Walter Harms Date: Tue, 2 Apr 2019 22:50:51 +0200 Subject: replace .ZN with .BR By replacing we do two things: 1. this fixes the troff behavier 2. this moves us closer to std. man pages 3. after this patch the macro ZN can be deleted Signed-off-by: Walter Harms --- man/XtAppGetSelectionTimeout.man | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/XtAppGetSelectionTimeout.man') diff --git a/man/XtAppGetSelectionTimeout.man b/man/XtAppGetSelectionTimeout.man index 7051ec2..d10dfc1 100644 --- a/man/XtAppGetSelectionTimeout.man +++ b/man/XtAppGetSelectionTimeout.man @@ -72,19 +72,19 @@ Specifies the application context. Specifies the selection timeout in milliseconds. .SH DESCRIPTION The -.ZN XtAppGetSelectionTimeout +.BR XtAppGetSelectionTimeout function returns the current selection timeout value, in milliseconds. The selection timeout is the time within which the two communicating applications must respond to one another. The initial timeout value is set by the -.ZN selectionTimeout +.BR selectionTimeout application resource, or, if -.ZN selectionTimeout +.BR selectionTimeout is not specified, it defaults to five seconds. .LP The -.ZN XtAppSetSelectionTimeout +.BR XtAppSetSelectionTimeout function sets the \*(xI's selection timeout mechanism. Note that most applications should not set the selection timeout. .SH "SEE ALSO" -- cgit v1.2.3