Annotation of embedaddon/libnet/doc/man/man1/libnet-config.1, revision 1.1.1.1

1.1       misho       1: .\" Written by Domenico Andreoli for Debian GNU/Linux.
                      2: .\" Do whatever you want with this file.
                      3: .\" NO warranty is provided.
                      4: .TH libnet-config 1 "18 November 2002" "Libnet 1.1.0" "libnet-config manual"
                      5: .SH NAME
                      6: libnet-config \- Get information about a libnet installation
                      7: .SH SYNOPSIS
                      8: .B libnet-config [options]
                      9: .SH DESCRIPTION
                     10: .B libnet-config
                     11: displays information about a previous libnet installation.
                     12: .SH OPTIONS
                     13: .IP "--cflags"
                     14: Set of compiler options (CFLAGS) to use when compiling files that use
                     15: libnet.
                     16: .IP "--libs"
                     17: Shows the complete set of libs and other linker options you will need in order
                     18: to link your application with libnet.
                     19: .IP "--defines"
                     20: Set of compiler defines used to compile libnet.
                     21: .SH "EXAMPLES"
                     22: What linker options do I need when I link with libnet?
                     23: 
                     24:   libnet-config \-\-libs
                     25: 
                     26: What compiler options do I need when I compile using libnet functions?
                     27: 
                     28:   libnet-config \-\-cflags
                     29: .SH SEE ALSO
                     30: .BR libnet (3)
                     31: .SH AUTHOR
                     32: This manual page was written by Domenico Andreoli <cavok@debian.org>
                     33: for the Debian GNU/Linux system (but may be used by others).

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>