summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-02-18 13:39:22 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-02-18 13:39:22 +0000
commitb643a5d8f63bcdf3f808f595ef8869ee2021008b (patch)
tree5c30723557ff26a063ad8bc8a6aea2db290de479 /share/man/man8
parentbaff352fdd2384156311fc72115a6fa41b7e5cfd (diff)
Our groff does not handle all cases of nested displays properly, so
resolve the contradiction in the manual whether it's allowed or not in favour of "not allowed" for now, shelving my diff to support nested displays in mandoc(1) for later consideration. Found by and unbreaking the build with mandoc(1). Feedback and OK jmc@
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/intro.86
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/intro.8 b/share/man/man8/intro.8
index 77f88a796a5..ac9eaf32724 100644
--- a/share/man/man8/intro.8
+++ b/share/man/man8/intro.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.8,v 1.16 2008/06/08 03:03:37 jdixon Exp $
+.\" $OpenBSD: intro.8,v 1.17 2010/02/18 13:39:21 schwarze Exp $
.\" $NetBSD: intro.8,v 1.3 1994/11/30 19:36:24 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)intro.8 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: June 8 2008 $
+.Dd $Mdocdate: February 18 2010 $
.Dt INTRO 8
.Os
.Sh NAME
@@ -76,7 +76,7 @@ For example the HTTP daemon
is controlled by the following line from
.Xr rc.conf 8 :
.Bd -literal -offset indent
-.Dl httpd_flags=NO
+httpd_flags=NO
.Ed
.Pp
Thus it is not started by default.