From fb3a9ed135c718235f2ef2eb07dba91a6d5032c1 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 6 Oct 2005 11:40:43 +0000 Subject: [PATCH] Fixed some nroff warnings. --- tools/widl/widl.man | 22 +++++++++++----------- tools/winebuild/winebuild.man.in | 8 ++++---- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tools/widl/widl.man b/tools/widl/widl.man index 46cd98c6973..86dc046d512 100644 --- a/tools/widl/widl.man +++ b/tools/widl/widl.man @@ -14,11 +14,11 @@ No options are used. The program prints the help info and then exits. .PP .B General options: -.IP \fB-V\fR +.IP "\fB-V\fR" Print version number and exits from the program. .PP .B Header options: -.IP \fB-h\fR +.IP "\fB-h\fR" Generate header files. .IP "\fB-H \fIfile\fR" Name of header file to generate. The default header @@ -32,17 +32,17 @@ Define the name of the type library to be generated. The default filename is infile.tlb. .PP .B Proxy/stub generation options: -.IP \fB-c\fR +.IP "\fB-c\fR" Generate client stub. -.IP \fB-C \fIfile\fR +.IP "\fB-C \fIfile\fR" Name of client stub file (default is infile_c.c) -.IP \fB-c\fR +.IP "\fB-c\fR" Generate proxy. -.IP \fB-P \fIfile\fR +.IP "\fB-P \fIfile\fR" Name of proxy file (default is infile_p.c) -.IP \fB-s\fR +.IP "\fB-s\fR" Generate server stub. -.IP \fB-S \fIfile\fR +.IP "\fB-S \fIfile\fR" Name of server stub file (default is infile_s.c) .PP .B Preprocessor options: @@ -51,13 +51,13 @@ Add a header search dir to path. Multiple search dirs are allowed. .IP "\fB-D \fIid[=val]\fR" Define preprocessor identifier id value. -.IP \fB-E\fR +.IP "\fB-E\fR" Preprocess only. -.IP \fB-N\fR +.IP "\fB-N\fR" Do not preprocess input. .PP .B Debug options: -.IP \fB-W\fR +.IP "\fB-W\fR" Enable pedantic warnings. .IP "\fB-d \fIn\fR" .nf diff --git a/tools/winebuild/winebuild.man.in b/tools/winebuild/winebuild.man.in index 2b277eb6397..9748c1e35df 100644 --- a/tools/winebuild/winebuild.man.in +++ b/tools/winebuild/winebuild.man.in @@ -20,10 +20,10 @@ what you want winebuild to generate. .TP .BI \--dll Build an assembly file from a .spec file (see \fBSPEC FILE SYNTAX\fR -for details), or from a standard Windows .def file. The -.spec/.def file is specified via the -E option. The resulting file -must be assembled and linked to the other object files to build a -working Wine dll. In this mode, the +for details), or from a standard Windows .def file. The .spec/.def +file is specified via the -E option. The resulting file must be +assembled and linked to the other object files to build a working Wine +dll. In this mode, the .I input files should be the list of all object files that will be linked into the final dll, to allow