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/XtAppGetErrorDatabase.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/XtAppGetErrorDatabase.man')
-rw-r--r-- | man/XtAppGetErrorDatabase.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtAppGetErrorDatabase.man b/man/XtAppGetErrorDatabase.man index 491f780..d8af9c0 100644 --- a/man/XtAppGetErrorDatabase.man +++ b/man/XtAppGetErrorDatabase.man @@ -89,14 +89,14 @@ of the error message. Specifies the size of the buffer in bytes. .SH DESCRIPTION The -.ZN XtAppGetErrorDatabase +.BR XtAppGetErrorDatabase function returns the address of the error database. The \*(xI do a lazy binding of the error database and do not merge in the database file until the first call to -.ZN XtAppGetErrorDatbaseText . +.BR XtAppGetErrorDatbaseText . .LP The -.ZN XtAppGetErrorDatabaseText +.BR XtAppGetErrorDatabaseText returns the appropriate message from the error database or returns the specified default message if one is not found in the error database. |