summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/fltk-config.man52
-rw-r--r--documentation/fltk.man4
-rw-r--r--documentation/fluid.man10
3 files changed, 34 insertions, 32 deletions
diff --git a/documentation/fltk-config.man b/documentation/fltk-config.man
index b7788710b..2fc3b7f09 100644
--- a/documentation/fltk-config.man
+++ b/documentation/fltk-config.man
@@ -1,81 +1,83 @@
-.TH fltk-config 1 "Fast Light Tool Kit" "6 February 2007"
+.TH fltk\-config 1 "Fast Light Tool Kit" "6 February 2007"
.SH NAME
-fltk-config \- script to get information about the installed version of fltk.
+fltk\-config \- script to get information about the installed version of fltk.
.sp
.SH SYNOPSIS
-fltk-config [ --prefix
+fltk\-config [ \-\-prefix
.I [=DIR]
-] [ --exec-prefix
+] [ \-\-exec\-prefix
.I [=DIR]
-] [ --version ] [ --api-version ] [ --use-gl ] [ --use-images ] [ --use-glut ]
-[ --cc ] [ --cxx ]
-[ --cflags ] [ --cxxflags ] [ --ldflags ] [ --ldstaticflags ] [ --libs ]
-[ -D\fIname[=value]\fR ] [ -g ] [ --compile
+] [ \-\-version ] [ \-\-api\-version ] [ \-\-use\-gl ] [ \-\-use\-images ]
+[ \-\-use\-glut ]
+[ \-\-cc ] [ \-\-cxx ]
+[ \-\-cflags ] [ \-\-cxxflags ] [ \-\-ldflags ] [ \-\-ldstaticflags ]
+[ \-\-libs ]
+[ \-D\fIname[=value]\fR ] [ \-g ] [ \-\-compile
.I program.cxx
]
.SH DESCRIPTION
-\fIfltk-config\fR is a utility script that can be used to get information
+\fIfltk\-config\fR is a utility script that can be used to get information
about the current version of FLTK that is installed on the system, what
compiler and linker options to use when building FLTK-based applications,
and to build simple FLTK applications.
.LP
The following options are supported:
.TP 5
---api-version
+\-\-api\-version
.br
Displays the current FLTK API version number, e.g. "1.1".
.TP 5
---cc
+\-\-cc
.TP 5
---cxx
+\-\-cxx
.br
Displays the C/C++ compiler that was used to compile FLTK.
.TP 5
---cflags
+\-\-cflags
.TP 5
---cxxflags
+\-\-cxxflags
.br
Displays the C/C++ compiler options to use when compiling source
files that use FLTK.
.TP 5
---compile \fIprogram.cxx\fR
+\-\-compile \fIprogram.cxx\fR
.br
Compiles the source file \fIprogram.cxx\fR into \fIprogram\fR.
-This option implies "--post \fIprogram\fR".
+This option implies "\-\-post \fIprogram\fR".
.TP 5
--g
+\-g
.br
-Enables debugging information when compiling with the \fI--compile\fR
+Enables debugging information when compiling with the \fI\-\-compile\fR
option.
.TP 5
---ldflags
+\-\-ldflags
.br
Displays the linker options to use when linking a FLTK
application.
.TP 5
---ldstaticflags
+\-\-ldstaticflags
.br
Displays the linker options to use when linking a FLTK
application to the static FLTK libraries.
.TP 5
---libs
+\-\-libs
.br
Displays the full path to the FLTK library files, to be used for
dependency checking.
.TP 5
---use-gl
+\-\-use\-gl
.br
Enables OpenGL support.
.TP 5
---use-glut
+\-\-use\-glut
.br
Enables GLUT support.
.TP 5
---use-images
+\-\-use\-images
.br
Enables image file support.
.TP 5
---version
+\-\-version
.br
Displays the current FLTK version number, e.g. "1.1.0".
.SH SEE ALSO
diff --git a/documentation/fltk.man b/documentation/fltk.man
index 2b1387e76..aac339aaa 100644
--- a/documentation/fltk.man
+++ b/documentation/fltk.man
@@ -19,7 +19,7 @@ do not constitute a modified or derivative work.
.IP
The authors do request that such modifications be
contributed to the FLTK project - send all
-contributions to "fltk-bugs@fltk.org".
+contributions to "fltk\-bugs@fltk.org".
.IP
2. Widgets that are subclassed from FLTK widgets do not
constitute a derivative work.
@@ -46,7 +46,7 @@ documentation to satisfy this requirement:
[program/widget] is based in part on the work of the FLTK
project (http://www.fltk.org).
.SH SEE ALSO
-fltk-config(1), fluid(1)
+fltk\-config(1), fluid(1)
.br
FLTK Programming Manual
.br
diff --git a/documentation/fluid.man b/documentation/fluid.man
index 39a8e28fc..cb6849bc3 100644
--- a/documentation/fluid.man
+++ b/documentation/fluid.man
@@ -3,9 +3,9 @@
fluid \- the fast light user-interface designer
.sp
.SH SYNOPSIS
-fluid [ -c [ -o
+fluid [ \-c [ \-o
.I code-filename
--h
+\-h
.I header-filename
] ] [
.I filename.fl
@@ -18,12 +18,12 @@ the GUI hierarchy and any windows defined in the file.
Functions, classes, windows, and GUI components can be
manipulated as needed.
.LP
-When used with the \fI-c\fR option, \fIfluid\fR will create the
+When used with the \fI\-c\fR option, \fIfluid\fR will create the
necessary C++ header and code files in the current directory.
You can override the default extensions, filenames, and
-directories using the \fI-o\fR and \fI-h\fR options.
+directories using the \fI\-o\fR and \fI\-h\fR options.
.SH SEE ALSO
-fltk-config(1), fltk(3)
+fltk\-config(1), fltk(3)
.br
FLTK Programming Manual, Chapter 9
.br