diff options
author | 2004-06-29 23:17:00 +0000 | |
---|---|---|
committer | 2004-06-29 23:17:00 +0000 | |
commit | 1c536b4c5fb59d0a9ff919dffa55a6557dfdcb5a (patch) | |
tree | bbefd38d9a0e5894b77a9578e12adf01d3c9d0c6 | |
parent | cope with pfctl changes (diff) | |
download | wireguard-openbsd-1c536b4c5fb59d0a9ff919dffa55a6557dfdcb5a.tar.xz wireguard-openbsd-1c536b4c5fb59d0a9ff919dffa55a6557dfdcb5a.zip |
references to libmilter;
-rw-r--r-- | share/doc/README | 4 | ||||
-rw-r--r-- | share/man/man3/intro.3 | 10 | ||||
-rw-r--r-- | share/man/man7/hier.7 | 6 |
3 files changed, 16 insertions, 4 deletions
diff --git a/share/doc/README b/share/doc/README index b11135514da..b9695ba729f 100644 --- a/share/doc/README +++ b/share/doc/README @@ -1,4 +1,4 @@ -# $OpenBSD: README,v 1.2 2004/02/12 10:07:59 jmc Exp $ +# $OpenBSD: README,v 1.3 2004/06/29 23:17:00 jmc Exp $ # # Copyright (c) 2004 Jason McIntyre <jmc@openbsd.org> # @@ -17,7 +17,7 @@ The documents in this directory consist of various, miscellaneous, system docs: - html/ HTML documents for bind, curses, and lynx + html/ HTML documents for bind, curses, lynx, and milter psd/ UNIX Programmer's Supplementary Documents smm/ UNIX System Manager's Manuals usd/ UNIX User's Supplementary Documents diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 81c5caff92a..a14f47c2f6d 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.23 2004/03/12 17:42:21 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.24 2004/06/29 23:17:00 jmc Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -269,6 +269,13 @@ library, i.e.\& See .Xr menu 3 . .Pp +.It libmilter Pq Fl lmilter +The +.Xr sendmail 8 +mail filter API. +See the documentation in +.Pa /usr/share/doc/html/milter/ . +.Pp .It libmmalloc Pq Fl lmmalloc GNU memory-mapped malloc package. In this implementation, @@ -616,6 +623,7 @@ for more details. .It Pa /usr/lib/libl.a .It Pa /usr/lib/libm.a .It Pa /usr/lib/libmenu.a +.It Pa /usr/lib/libmilter.a .It Pa /usr/lib/libmmalloc.a .It Pa /usr/lib/libncurses.a .It Pa /usr/lib/libobjc.a diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index daa49e99ebe..b25ffdeffb9 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.45 2004/04/08 20:01:46 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.46 2004/06/29 23:17:00 jmc Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -221,6 +221,10 @@ C include files for the ISO standard file systems (currently only cd9660). C include files for the KerberosV authentication subsystem (see .Xr info 1 heimdal). +.It libmilter/ +C include files for the +.Xr sendmail 8 +mail filter API. .It machine/ Machine specific C include files. .It miscfs/ |