From f8fd203aa2c33c54d584ba3ad723c9cd63a76a64 Mon Sep 17 00:00:00 2001 From: reed Date: Thu, 31 Jan 2008 15:21:32 +0000 Subject: [PATCH] Add comment to point to manual page for details. --- etc/rc.d/staticroute | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/rc.d/staticroute b/etc/rc.d/staticroute index bdc6ff5874c0..775700320295 100755 --- a/etc/rc.d/staticroute +++ b/etc/rc.d/staticroute @@ -1,12 +1,14 @@ #!/bin/sh # -# $NetBSD: staticroute,v 1.2 2004/08/13 18:08:03 mycroft Exp $ +# $NetBSD: staticroute,v 1.3 2008/01/31 15:21:32 reed Exp $ # # PROVIDE: staticroute # REQUIRE: network # BEFORE: NETWORKING +# See the route.conf(5) manual page for details. + $_rc_subr_loaded . /etc/rc.subr name="staticroute"