Silence lint warning.

This commit is contained in:
Todd C. Miller
2020-02-05 17:57:24 -07:00
parent c2faa9e6ef
commit ea377e432b
2 changed files with 8 additions and 4 deletions

View File

@@ -436,7 +436,8 @@ For example:
Plugin python_io python_plugin.so ModulePath=<path> ClassName=<class>
.Ed
.Pp
Sudo supports loading multiple I/O plugins. Currently only 8 python I/O plugins can be loaded at once.
Sudo supports loading multiple I/O plugins.
Currently only 8 python I/O plugins can be loaded at once.
.Pp
An I/O plugin may have the following member functions:
.Bl -tag -width 4n
@@ -1060,7 +1061,8 @@ This is how the plugin API accepts options and settings.
.Sh PLUGIN API CHANGELOG (Python)
None yet
.Sh LIMITATIONS
Only a maximum number of 8 python I/O plugins can be loaded at once. If
Only a maximum number of 8 python I/O plugins can be loaded at once.
If
.Pa @sysconfdir@/sudo.conf
contains more, those will be rejected with a warning message.
.Pp