trim DESCRIPTION
authorkn <kn@openbsd.org>
Tue, 25 Oct 2022 17:10:13 +0000 (17:10 +0000)
committerkn <kn@openbsd.org>
Tue, 25 Oct 2022 17:10:13 +0000 (17:10 +0000)
- just call it (a sh(1)) script, in line with MAKEDEV(8) and rc.d(8)
- use only .Nm thereafter instead of .Nm/the .Nm script/...
- zap the additional rc.conf(8) bits for they can be found in this manual
- zap unhelpful "(or can be)"

Feedback OK jmc

share/man/man8/netstart.8

index 6f99b68..8bfa515 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: netstart.8,v 1.30 2022/10/25 08:40:25 kn Exp $
+.\"    $OpenBSD: netstart.8,v 1.31 2022/10/25 17:10:13 kn Exp $
 .\"
 .\" Copyright (c) 2002, Miodrag Vallat.
 .\" All rights reserved.
 .Os
 .Sh NAME
 .Nm netstart
-.Nd command script for network startup
+.Nd network startup script
 .Sh SYNOPSIS
 .Cm sh Pa /etc/netstart
 .Op Fl n
 .Op Ar interface ...
 .Sh DESCRIPTION
 .Nm
-is the command script that is invoked by
+is a
+.Xr sh 1
+script invoked by
 .Xr rc 8
 during an automatic reboot and after single-user mode is exited;
 it performs network initialization.
 .Pp
-The
 .Nm
-script can also be used to start newly created interfaces.
-The behaviour of this script is (or can be) controlled to some
-extent by variables defined in
-.Xr rc.conf 8 ,
-which specifies which daemons and services are to be run.
+can also be used to start newly created interfaces.
+Its behaviour is controlled to some extent by variables defined in
+.Xr rc.conf 8 .
 .Pp
 During the system boot,
 .Nm