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

@@ -539,7 +539,8 @@ Plugin python_io python_plugin.so ModulePath=<path> ClassName=<class>
.RE .RE
.fi .fi
.PP .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 .PP
An I/O plugin may have the following member functions: An I/O plugin may have the following member functions:
.TP 6n .TP 6n
@@ -1297,7 +1298,8 @@ This is how the plugin API accepts options and settings.
.SH "PLUGIN API CHANGELOG (Python)" .SH "PLUGIN API CHANGELOG (Python)"
None yet None yet
.SH "LIMITATIONS" .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
\fI@sysconfdir@/sudo.conf\fR \fI@sysconfdir@/sudo.conf\fR
contains more, those will be rejected with a warning message. contains more, those will be rejected with a warning message.
.PP .PP

View File

@@ -436,7 +436,8 @@ For example:
Plugin python_io python_plugin.so ModulePath=<path> ClassName=<class> Plugin python_io python_plugin.so ModulePath=<path> ClassName=<class>
.Ed .Ed
.Pp .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 .Pp
An I/O plugin may have the following member functions: An I/O plugin may have the following member functions:
.Bl -tag -width 4n .Bl -tag -width 4n
@@ -1060,7 +1061,8 @@ This is how the plugin API accepts options and settings.
.Sh PLUGIN API CHANGELOG (Python) .Sh PLUGIN API CHANGELOG (Python)
None yet None yet
.Sh LIMITATIONS .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 .Pa @sysconfdir@/sudo.conf
contains more, those will be rejected with a warning message. contains more, those will be rejected with a warning message.
.Pp .Pp