From 661d673484c82c6fff0694d75e3d2bd1d2142c0b Mon Sep 17 00:00:00 2001
From: Archie Cobbs <archie@FreeBSD.org>
Date: Thu, 24 Feb 2000 04:33:33 +0000
Subject: [PATCH] Fix incorrect man page information about the name of the
 netgraph node when compiled with options NETGRAPH.

---
 share/man/man4/man4.i386/ar.4 | 5 +++--
 share/man/man4/man4.i386/sr.4 | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/share/man/man4/man4.i386/ar.4 b/share/man/man4/man4.i386/ar.4
index 0bd9682c2e56..0502e1771551 100644
--- a/share/man/man4/man4.i386/ar.4
+++ b/share/man/man4/man4.i386/ar.4
@@ -77,8 +77,9 @@ is unneeded), and this driver functions as a
 node with a single hook named
 .Dv rawdata .
 Connecting to this hook enables the transmission of raw HDLC frames.
-The node will have the same name as the device, e.g.,
-.Dv ar0 .
+The node will have the same name as the device with ``sync_''
+prepended, e.g.,
+.Dv sync_ar0 .
 .Sh DIAGNOSTICS
 .Bl -diag
 .It "ar%d: Warning illegal interrupt %d."
diff --git a/share/man/man4/man4.i386/sr.4 b/share/man/man4/man4.i386/sr.4
index ea631ece522d..6d8cdc6fc33c 100644
--- a/share/man/man4/man4.i386/sr.4
+++ b/share/man/man4/man4.i386/sr.4
@@ -105,8 +105,9 @@ is unneeded), and this driver functions as a
 node with a single hook named
 .Dv rawdata .
 Connecting to this hook enables the transmission of raw HDLC frames.
-The node will have the same name as the device, e.g.,
-.Dv sr0 .
+The node will have the same name as the device with ``sync_''
+prepended, e.g.,
+.Dv sync_sr0 .
 .Sh DIAGNOSTICS
 .Bl -diag
 .It "sr%d: Warning illegal interrupt %d."