diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-15 23:03:31 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-15 23:03:31 +0200 |
commit | 4b446ce8b20b1de1488c73e1841dafbd25ca949f (patch) | |
tree | 8d3514c6c44df83720fc1413f1e6fb95d13a5e56 /man/XtInitialize.man | |
parent | fb7e899e94dd402c868e8eb59ccf32284732f6ac (diff) |
remove in-text macros
The in-text macros are a problem when maintaining the text.
While removing i noticed several problems with missing
definitions this is fixed also.
Diffstat (limited to 'man/XtInitialize.man')
-rw-r--r-- | man/XtInitialize.man | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/XtInitialize.man b/man/XtInitialize.man index a722eb9..975c6c9 100644 --- a/man/XtInitialize.man +++ b/man/XtInitialize.man @@ -66,9 +66,8 @@ char** \fIargv\fP); .SH ARGUMENTS .IP \fIshell_name\fP 1i Specifies the name of the created shell widget. -.ds Ac , which usually is the generic name for all instances of this application .IP \fIapplication_class\fP 1i -Specifies the class name of this application\*(Ac. +Specifies the class name of this application, which usually is the generic name for all instances of this application. .IP \fIoptions\fP 1i Specifies how to parse the command line for any application-specific resources. The options argument is passed as a parameter to |