diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-02 22:50:51 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-02 22:50:51 +0200 |
commit | 7caf7f47d473e92cf0fc36bf03720765916c17be (patch) | |
tree | fc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtGetSelectionRequest.man | |
parent | 3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff) |
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 <wharms@bfs.de>
Diffstat (limited to 'man/XtGetSelectionRequest.man')
-rw-r--r-- | man/XtGetSelectionRequest.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XtGetSelectionRequest.man b/man/XtGetSelectionRequest.man index 7014c23..edd2ca7 100644 --- a/man/XtGetSelectionRequest.man +++ b/man/XtGetSelectionRequest.man @@ -71,19 +71,19 @@ Specifies the selection being processed. Specifies the requestor id in the case of incremental selections, or NULL in the case of atomic transfers. .SH DESCRIPTION -.ZN XtGetSelectionRequest +.BR XtGetSelectionRequest may only be called from within an -.ZN XtConvertSelectionProc +.BR XtConvertSelectionProc procedure and returns a pointer to the -.ZN SelectionRequest +.BR SelectionRequest event that caused the conversion procedure to be invoked. \fIRequest_id\fP specifies a unique id for the individual request in the case that multiple incremental transfers are outstanding. For atomic transfers, \fIrequest_id\fP must be specified as NULL. If no -.ZN SelectionRequest +.BR SelectionRequest event is being processed for the specified \fIwidget\fP, \fIselection\fP, and \fIrequest_id\fP, -.ZN XtGetSelectionRequest +.BR XtGetSelectionRequest returns NULL. .SH "SEE ALSO" .br |