diff options
Diffstat (limited to 'share/man/man8/rc.d.8')
-rw-r--r-- | share/man/man8/rc.d.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man8/rc.d.8 b/share/man/man8/rc.d.8 index 2a1f9ba8a72..7a98de010d9 100644 --- a/share/man/man8/rc.d.8 +++ b/share/man/man8/rc.d.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.d.8,v 1.1 2011/02/17 18:22:44 espie Exp $ +.\" $OpenBSD: rc.d.8,v 1.2 2011/02/24 07:06:35 ajacoutot Exp $ .\" .\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze .\" All rights reserved. @@ -24,7 +24,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: February 17 2011 $ +.Dd $Mdocdate: February 24 2011 $ .Dt RC.D 8 .Os .Sh NAME @@ -72,7 +72,7 @@ by site-specific values provided in .Po variable names are obtained by replacing .Ar daemon -with the name of the actual service +with the name of the actual script .Pc : .Pp .Bl -tag -width daemon_flags -offset indent -compact @@ -88,7 +88,7 @@ as, using .El .Pp For example, postgres is managed through -.Pa /etc/rc.d/postgresqld . +.Pa /etc/rc.d/postgresql . To run the daemon using a site-specific user account, define the following in .Xr rc.conf.local 8 : .Pp |