enable syslog support and add -s option to the man page

MFC after:	3 weeks
This commit is contained in:
Sam Leffler 2008-03-24 20:19:20 +00:00
parent dc0d8c3f05
commit b685f674de
2 changed files with 7 additions and 2 deletions

View File

@ -27,6 +27,7 @@ CFLAGS+= -DCONFIG_DRIVER_WIRED
CFLAGS+= -DCONFIG_CTRL_IFACE
CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX
CFLAGS+= -DCONFIG_TERMINATE_ONLASTIF
CFLAGS+= -DCONFIG_DEBUG_SYSLOG
CFLAGS+= -g
DPADD+= ${LIBPCAP}
LDADD+= -lpcap

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 21, 2008
.Dd March 24, 2008
.Dt WPA_SUPPLICANT 8
.Os
.Sh NAME
@ -32,7 +32,7 @@
.Nd "WPA/802.11i Supplicant for wireless network devices"
.Sh SYNOPSIS
.Nm
.Op Fl BdehLqvw
.Op Fl BdehLqsvw
.Fl i Ar ifname
.Fl c Ar config-file
.Sh DESCRIPTION
@ -100,6 +100,10 @@ Show help text.
Decrease debugging verbosity (i.e., counteract the use of the
.Fl d
flag).
.It Fl s
Send log messages through
.Xr syslog 3
instead of to the terminal.
.It Fl v
Display version information on the terminal and exit.
.It Fl w