File: nessus-config.1

package info (click to toggle)
nessus-libraries 1.0.10-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 9,536 kB
  • ctags: 12,585
  • sloc: ansic: 72,626; asm: 25,921; sh: 19,570; makefile: 1,974; cpp: 560; pascal: 536; yacc: 234; lex: 203; lisp: 186; perl: 76; fortran: 24
file content (27 lines) | stat: -rw-r--r-- 695 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.TH NESSUS-CONFIG 1 "November 1999" "Debian Project" "Nessus"
.SH NAME
nessus-config \- displays compiler/linker flags for the Nessus libraries
.SH SYNOPSIS
.B nessus-config
.I <[--cflags] [--ldflags] [--libs]>
.SH DESCRIPTION
.BR nessus-config
script displays the compiler/linker flags other program sources
can use to link to the Nessus libraries.
.SH OPTIONS
.TP
.B \-\-cflags
Show $(CFLAGS) variable.
.TP
.B \-\-libs
Show $(LIBS) variable.
.TP
.B \-\-version
Show the version of the Nessus libraries.
.SH SEE ALSO
.BR nessus (1),
.BR nessusd (8).
.SH AUTHOR
Nessus is made by Renaud Deraison <deraison@cvs.nessus.org>.
.sp
This manual page was written by Josip Rodin <jrodin@jagor.srce.hr>.