diff options
author | 2015-12-13 23:50:44 +0000 | |
---|---|---|
committer | 2015-12-13 23:50:44 +0000 | |
commit | 052027ff7290e57aedfb89397dda42619948c079 (patch) | |
tree | c92d7ecfd934a73036ea9c74ab5647597d53eff8 | |
parent | Hook up the ThinkLight to the keyboard backlight support code. (diff) | |
download | wireguard-openbsd-052027ff7290e57aedfb89397dda42619948c079.tar.xz wireguard-openbsd-052027ff7290e57aedfb89397dda42619948c079.zip |
fix warnings; spotted by `mandoc -Tlint'
OK jung@
-rw-r--r-- | usr.sbin/smtpd/filter_api.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/smtpd/filter_api.3 b/usr.sbin/smtpd/filter_api.3 index 3a5f5c037d7..e0590c4f5da 100644 --- a/usr.sbin/smtpd/filter_api.3 +++ b/usr.sbin/smtpd/filter_api.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: filter_api.3,v 1.1 2015/12/13 19:55:16 jung Exp $ +.\" $OpenBSD: filter_api.3,v 1.2 2015/12/13 23:50:44 gsoares Exp $ .\" .\" Copyright (c) 2015, Joerg Jung <jung@openbsd.org> .\" @@ -275,6 +275,10 @@ returns the static string and the function .Fn filter_api_mailaddr_to_text returns NULL. +.Sh EXAMPLES +.Xr filter-stub 8 +which ships with the OpenSMTPD-extras package is intended to provide an example +code template. .Sh ERRORS The function .Fn filter_api_sockaddr_to_text @@ -282,14 +286,10 @@ may fail for any of the errors specified for the routine .Xr getnameinfo 3 and listed in .Xr gai_strerror 3 . -.Sh EXAMPLES -.Xr filter-stub 8 -which ships with the OpenSMTPD-extras package is intended to provide an example -code template. .Sh SEE ALSO .Xr smtpd.conf 5 , -.Xr smtpd 8 , -.Xr filter-stub 8 +.Xr filter-stub 8 , +.Xr smtpd 8 .Sh HISTORY The .Nm filter_api |