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/XtGetApplicationResources.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/XtGetApplicationResources.man') diff --git a/man/XtGetApplicationResources.man b/man/XtGetApplicationResources.man index 16fb08a..1ac4301 100644 --- a/man/XtGetApplicationResources.man +++ b/man/XtGetApplicationResources.man @@ -89,14 +89,14 @@ Specifies the widget \*(Wi. Specifies the variable arguments \*(Al. .SH DESCRIPTION The -.ZN XtGetApplicationResources +.BR XtGetApplicationResources function first uses the passed widget, which is usually an application shell, to construct a resource name and class list, Then, it retrieves the resources from the argument list, the resource database, or the resource list default values. After adding base to each address, -.ZN XtGetApplicationResources +.BR XtGetApplicationResources copies the resources into the address given in the resource list. If args is NULL, num_args must be zero. -- cgit v1.2.3