summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2015-09-30 14:40:52 +0000
committersobrado <sobrado@openbsd.org>2015-09-30 14:40:52 +0000
commit7af3e321a59e587a94f2d591a572442d543c20be (patch)
treed850fcdafc08105424167046d9b46abb13810eac /share
parentfix error message for csh-history. the lexer needs to back up more. (diff)
downloadwireguard-openbsd-7af3e321a59e587a94f2d591a572442d543c20be.tar.xz
wireguard-openbsd-7af3e321a59e587a94f2d591a572442d543c20be.zip
fix typo; cross-reference smtpd(8).
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/afterboot.89
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index af019226776..aafe414ed6d 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afterboot.8,v 1.149 2015/09/24 15:07:55 jmc Exp $
+.\" $OpenBSD: afterboot.8,v 1.150 2015/09/30 14:40:52 sobrado Exp $
.\"
.\" Copyright (c) 1997 Marshall M. Midden
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 24 2015 $
+.Dd $Mdocdate: September 30 2015 $
.Dt AFTERBOOT 8
.\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu
.Os
@@ -483,8 +483,9 @@ file that will work for simple installations.
See
.Xr smtpd.conf 5
for information on configuring more complex setups.
-For the default installation, smptd is configured to only accept
-connections from the local host.
+For the default installation,
+.Xr smtpd 8
+is configured to only accept connections from the local host.
This makes it possible to send mail locally, but not receive mail from remote
servers, which is ideal if you have one central incoming mail machine and
several clients.