diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-13 23:45:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-13 23:45:47 +0000 |
commit | 989c08c34b86bdf91aa83a9afc331313eee70539 (patch) | |
tree | d468ab140592e1f21bc632b4f431e130dc6caf6e /share | |
parent | fdbcaae0c6315249e1727312ab17a815d2609b99 (diff) |
Use .Pa, not .Nm, for filenames; spotted by Jared Yanovich.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/netstart.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man8/netstart.8 b/share/man/man8/netstart.8 index 22199421a17..2d6c24d9f39 100644 --- a/share/man/man8/netstart.8 +++ b/share/man/man8/netstart.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstart.8,v 1.7 2003/07/29 13:17:00 jmc Exp $ +.\" $OpenBSD: netstart.8,v 1.8 2004/02/13 23:45:46 miod Exp $ .\" .\" Copyright (c) 2002, Miodrag Vallat. .\" All rights reserved. @@ -32,28 +32,28 @@ .Nm netstart .Nd command scripts for network startup .Sh SYNOPSIS -.Nm /etc/netstart +.Pa /etc/netstart .Op Ar interface ... .Sh DESCRIPTION -.Nm netstart +.Nm is the command script that is invoked by .Xr rc 8 during an automatic reboot and after single user mode is exited; it performs network initialization. .Pp The -.Nm netstart +.Nm script can also be used to start newly-created bridges or interfaces, or reset existing interfaces to their default state. The behaviour of this script is (or can be) controlled to some extent by variables defined in -.Nm rc.conf , +.Pa /etc/rc.conf , which specifies which daemons and services are to be run. .Pp During the system boot, .Nm is executed. -.Nm netstart +.Nm will perform the following operations: .Pp .Bl -bullet -compact |