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/XtAppAddWorkProc.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/XtAppAddWorkProc.man')
-rw-r--r-- | man/XtAppAddWorkProc.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtAppAddWorkProc.man b/man/XtAppAddWorkProc.man index 9742bf0..7791b92 100644 --- a/man/XtAppAddWorkProc.man +++ b/man/XtAppAddWorkProc.man @@ -79,12 +79,12 @@ Specifies the procedure that is to be called. Specifies which work procedure to remove. .SH DESCRIPTION The -.ZN XtAppAddWorkProc +.BR XtAppAddWorkProc function adds the specified work procedure for the application identified by app_context. .LP The -.ZN XtRemoveWorkProc +.BR XtRemoveWorkProc function explicitly removes the specified background work procedure. .SH "SEE ALSO" XtAppNextEvent(__libmansuffix__) |