summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-07-29 12:42:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-07-29 12:42:38 +0000
commit5433f0e841268b14dc633a6d13b6ae184902fbf8 (patch)
tree39c4cc64585d9ad3a19dc959b83ada5d40c7ece9 /share
parentde7170b7620ac1597b8a90ea7c49c691559d13b2 (diff)
add a space, and correct some lists;
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/rc.815
1 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8
index 8568b06481d..954c674ac95 100644
--- a/share/man/man8/rc.8
+++ b/share/man/man8/rc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.8,v 1.20 2003/06/02 23:30:15 millert Exp $
+.\" $OpenBSD: rc.8,v 1.21 2003/07/29 12:42:37 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -151,8 +151,8 @@ subsystem does.
For example, the
.Xr lpd 8
daemon is controlled by the line
-.Bd -literal
- lpd_flags=NO # for normal use: "" (or "-l" for debugging)
+.Bd -literal -offset indent
+lpd_flags=NO # for normal use: "" (or "-l" for debugging)
.Ed
.Pp
This does not start
@@ -161,16 +161,17 @@ at system startup.
To start
.Xr lpd 8 ,
the following entry can be used.
-.Bd -literal
- lpd_flags="" # for normal use: "" (or "-l" for debugging)
+.Bd -literal -offset indent
+lpd_flags="" # for normal use: "" (or "-l" for debugging)
.Ed
+.Pp
Alternately,
.Xr lpd 8
can be started with the
.Fl l
flag (to log remote connections).
-.Bd -literal
- lpd_flags="-l" # for normal use: "" (or "-l" for debugging)
+.Bd -literal -offset indent
+lpd_flags="-l" # for normal use: "" (or "-l" for debugging)
.Ed
.Sh EXTERNAL INFLUENCES
Before