Skip to content

Commit 631a28f

Browse files
committed
bsdkm: better with-bsd-export-syms description in configure.ac.
1 parent 0458fba commit 631a28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ fi
803803
#
804804
# FreeBSD
805805
AC_ARG_WITH([bsd-export-syms],
806-
[AS_HELP_STRING([--with-bsd-export-syms=LIST],[LIST of symbols to export])],
806+
[AS_HELP_STRING([--with-bsd-export-syms=LIST],[Sets FreeBSD kernel module EXPORT_SYMS. Allowed values: YES, NO, or LIST of symbols to export (default NO).])],
807807
[BSDKM_EXPORT_SYMS=$withval],
808808
[BSDKM_EXPORT_SYMS="NO"])
809809

0 commit comments

Comments
 (0)