Subject: bin/2858: typo in dhcpd.8; vertical bar is used where close brace is apropriciate
To: None <gnats-bugs@gnats.netbsd.org>
From: None <enami@ba2.so-net.or.jp>
List: netbsd-bugs
Date: 10/17/1996 23:18:49
>Number:         2858
>Category:       bin
>Synopsis:       typo in dhcpd.8; vertical bar is used instead of close brace
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people (Utility Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 17 15:05:00 1996
>Last-Modified:
>Originator:     enami tsugutomo
>Organization:
	an indivisual...
>Release:        NetBSD-current around 96/10/15
>Environment:
System: NetBSD king-show 1.2A NetBSD 1.2A (KINGSHOW) #120: Wed Oct 16 07:07:46 JST 1996 enami@pavlov.enami.ba2.so-net.or.jp:/usr/src/sys/arch/i386/compile/KINGSHOW i386


>Description:
	Probably simple typo in dhcpd.8.  Vertical bar is used where
	close brace seems to be required.
>How-To-Repeat:
	Do man dhcpd.  Then, you may see this:

       These are specified as clauses to the subnet command:

            subnet 239.252.197.0 netmask 255.255.255.0 {
              range 239.252.197.10 239.252.197.107;
              default-lease-time 600;
              max-lease-time 7200;
            |

>Fix:
Index: dhcpd.8
===================================================================
RCS file: /a/cvsroot/NetBSD/usr.sbin/dhcpd/dhcpd.8,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 dhcpd.8
--- dhcpd.8	1996/10/15 12:18:37	1.1.1.1
+++ dhcpd.8	1996/10/17 14:10:38
@@ -227,7 +227,7 @@
 	  range 239.252.197.10 239.252.197.107;
 	  default-lease-time 600;
 	  max-lease-time 7200;
-	|
+	}
 .fi
 .PP
 This particular subnet declaration specifies a default lease time of
>Audit-Trail:
>Unformatted: