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/XtDisplay.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/XtDisplay.man')
-rw-r--r-- | man/XtDisplay.man | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XtDisplay.man b/man/XtDisplay.man index 14ef065..57a689c 100644 --- a/man/XtDisplay.man +++ b/man/XtDisplay.man @@ -78,22 +78,22 @@ Specifies the widget. .IP \fIobject\fP 1i Specifies the widget. .SH DESCRIPTION -.ZN XtDisplay +.BR XtDisplay returns the display pointer for the specified widget. .LP -.ZN XtDisplayOfObject +.BR XtDisplayOfObject returns the display pointer for the specified object. .LP -.ZN XtScreen +.BR XtScreen returns the screen pointer for the specified widget. .LP -.ZN XtScreenOfObject +.BR XtScreenOfObject returns the screen pointer for the specified object. .LP -.ZN XtWindow +.BR XtWindow returns the window of the specified widget. .LP -.ZN XtWindowOfObject +.BR XtWindowOfObject returns the window of the specified object. .SH "SEE ALSO" .br |