Subject: kern/3596: typo in comment of sys/arch/i386/i386/md_root.c; reference to
To: None <gnats-bugs@gnats.netbsd.org>
From: None <enami@ba2.so-net.or.jp>
List: netbsd-bugs
Date: 05/10/1997 17:58:06
>Number:         3596
>Category:       kern
>Synopsis:       typo in comment of sys/arch/i386/i386/md_root.c; reference to an obsolete man page rdsetimage(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Sat May 10 02:20:01 1997
>Last-Modified:
>Originator:     enami tsugutomo
>Organization:
	an individual
>Release:        NetBSD-current 1997 May 08
>Environment:
System: NetBSD pavlov.enami.ba2.so-net.or.jp 1.2E NetBSD 1.2E (PAVLOV) #249: Sat May 10 11:42:39 JST 1997 enami@pavlov.enami.ba2.so-net.or.jp:/b/netbsd/kernel/compile/PAVLOV i386


>Description:
	There is a typo in comment of sys/arch/i386/i386/md_root.c; a
	reference to an obsolete man page rdsetimage(8).
>How-To-Repeat:
	enami@pavlov% pwd
	/usr/src/sys/arch/i386/i386
	enami@pavlov% grep rdset md_root.c 
	 * See the program rdsetimage(8) for details.
>Fix:
	Here is my fix:

Index: md_root.c
===================================================================
RCS file: /a/cvsroot/NetBSD/src/sys/arch/i386/i386/md_root.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md_root.c
--- md_root.c	1996/12/31 03:57:59	1.1.1.1
+++ md_root.c	1997/05/10 08:51:54
@@ -43,7 +43,7 @@
 
 /*
  * This array will be patched to contain a file-system image.
- * See the program rdsetimage(8) for details.
+ * See the program mdsetimage(8) for details.
  */
 u_int32_t md_root_size = ROOTBYTES;
 char md_root_image[ROOTBYTES] = "|This is the root ramdisk!\n";
>Audit-Trail:
>Unformatted: