diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-30 17:03:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-30 17:03:07 +0000 |
commit | b0c7c04861827626ca0c8bb81ece585b174d4076 (patch) | |
tree | c4b3c2a0aebacbb711565c1987c85eb712495d83 /usr.sbin/smtpd/table.5 | |
parent | e22ab36ca63cc43fe3c3d2502e265383e718baf0 (diff) |
change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a
straight replace: thanks both to schwarze and maja for feedback
on how to rewrite parts;
i've snuck in an rcs id->openbsd id change in dev_mkdb too;
Diffstat (limited to 'usr.sbin/smtpd/table.5')
-rw-r--r-- | usr.sbin/smtpd/table.5 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/usr.sbin/smtpd/table.5 b/usr.sbin/smtpd/table.5 index 334690e5456..e76d356a148 100644 --- a/usr.sbin/smtpd/table.5 +++ b/usr.sbin/smtpd/table.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: table.5,v 1.4 2014/02/04 16:32:36 eric Exp $ +.\" $OpenBSD: table.5,v 1.5 2015/11/30 17:03:05 jmc Exp $ .\" .\" Copyright (c) 2013 Eric Faurot <eric@openbsd.org> .\" Copyright (c) 2013 Gilles Chehade <gilles@poolp.org> @@ -16,7 +16,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: February 4 2014 $ +.Dd $Mdocdate: November 30 2015 $ .Dt TABLE 5 .Os .Sh NAME @@ -56,17 +56,13 @@ key2 value2 key3 value3 .Ed .Pp -A file table can be converted to a -.Xr db 3 -database using the +A file table can be converted to a Berkeley database using the .Xr makemap 8 utility with no syntax change. .Pp Tables using a .Ql file -or -.Xr db 3 -backend will be referenced as follows: +or Berkeley DB backend will be referenced as follows: .Bd -literal -offset indent table name file:/path/to/file table name db:/path/to/file.db @@ -114,7 +110,7 @@ For .Ql static , .Ql file and -.Xr db 3 +.Xr dbopen 3 backends, a wildcard may be used so the domain table may contain: .Bd -literal -offset indent example.org |