From 8fa42865e8616f759f50031a8010faf7cb4461d8 Mon Sep 17 00:00:00 2001 From: kn Date: Tue, 25 Oct 2022 17:10:13 +0000 Subject: [PATCH] trim DESCRIPTION - 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 | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/share/man/man8/netstart.8 b/share/man/man8/netstart.8 index 6f99b686b8b..8bfa51537bc 100644 --- a/share/man/man8/netstart.8 +++ b/share/man/man8/netstart.8 @@ -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. @@ -30,25 +30,24 @@ .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 -- 2.20.1