From: <den...@us...> - 2010-07-23 12:15:23
|
Revision: 226 http://stdair.svn.sourceforge.net/stdair/?rev=226&view=rev Author: denis_arnaud Date: 2010-07-23 12:15:17 +0000 (Fri, 23 Jul 2010) Log Message: ----------- [Doc] Updated the manual pages. Modified Paths: -------------- trunk/stdair/man/Makefile.am trunk/stdair/man/stdair-config.1 trunk/stdair/man/stdair.3 Modified: trunk/stdair/man/Makefile.am =================================================================== --- trunk/stdair/man/Makefile.am 2010-07-20 23:43:28 UTC (rev 225) +++ trunk/stdair/man/Makefile.am 2010-07-23 12:15:17 UTC (rev 226) @@ -1,4 +1,5 @@ -# Man pages +# StdAir manual pages + man_MANS = stdair.3 stdair-config.1 EXTRA_DIST = $(man_MANS) Modified: trunk/stdair/man/stdair-config.1 =================================================================== --- trunk/stdair/man/stdair-config.1 2010-07-20 23:43:28 UTC (rev 225) +++ trunk/stdair/man/stdair-config.1 2010-07-23 12:15:17 UTC (rev 226) @@ -6,10 +6,10 @@ [\-\-prefix] [\-\-version] [\-\-libs] [\-\-cflags] .SH DESCRIPTION .PP -\fIstdair-config\fP is a tool that is used to configure to determine +\fIstdair-config\fP is a tool that is used by configure to determine the compiler and linker flags that should be used to compile and link programs that use \fIStdAir\fP. It is also used internally -to the .m4 macros for GNU autoconf that are included with \fIStdAir\fP. +by the .m4 macros, that are included with \fIStdAir\fP, for GNU autoconf. . .SH OPTIONS \fIstdair-config\fP accepts the following options: @@ -18,10 +18,11 @@ Print the currently installed version of \fIStdAir\fP on the standard output. .TP 8 .B \-\-libs -Print the linker flags that are necessary to link a \fIStdAir\fP program, with cblas +Print the linker flags that are necessary to link with the \fIStdAir\fP library .TP 8 .B \-\-cflags -Print the compiler flags that are necessary to compile a \fIStdAir\fP program. +Print the compiler flags that are necessary to compile with the +\fIStdAir\fP library .TP 8 .B \-\-prefix Show the StdAir installation prefix. @@ -30,8 +31,5 @@ .SH COPYRIGHT Copyright \(co 2010 Denis Arnaud -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, -provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in -supporting documentation. +See the COPYING file for more information on the (LGPLv2) license, or +directly on Internet: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html Modified: trunk/stdair/man/stdair.3 =================================================================== --- trunk/stdair/man/stdair.3 2010-07-20 23:43:28 UTC (rev 225) +++ trunk/stdair/man/stdair.3 2010-07-23 12:15:17 UTC (rev 226) @@ -4,11 +4,11 @@ .SH SYNOPSIS #include <stdair/...> .SH DESCRIPTION -The Standard Airline IT (STDAIR) library is a collection of -routines for travel market simulation. The routines are written from -scratch by the StdAir team in C++, and present a modern Applications -Programming Interface (API) for C/C++ programmers, allowing wrappers to be -written for very high level languages. +The Standard Airline IT (STDAIR) library is a collection of routines +for travel market simulation. The routines are written from scratch by +the StdAir team in C++, and present a modern Applications Programming +Interface (API) for C/C++ programmers, allowing wrappers to be written +for very high level languages. .PP The library covers the following areas, .TP @@ -18,5 +18,4 @@ .fi .PP Please report any bugs to -.B https://sourceforge.net/tracker/?group_id=267760&atid=1139455 - +.B https://sourceforge.net/apps/trac/stdair/report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |