Module Name:    src
Committed By:   riz
Date:           Mon May  7 03:15:12 UTC 2012

Modified Files:
        src/sbin/gpt [netbsd-6]: gpt.8

Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #210):
        sbin/gpt/gpt.8: revision 1.10
        sbin/gpt/gpt.8: revision 1.11
fix a path
Bump date to date of previous change.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.2.1 src/sbin/gpt/gpt.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/gpt/gpt.8
diff -u src/sbin/gpt/gpt.8:1.9 src/sbin/gpt/gpt.8:1.9.2.1
--- src/sbin/gpt/gpt.8:1.9	Fri Nov 11 13:26:45 2011
+++ src/sbin/gpt/gpt.8	Mon May  7 03:15:12 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpt.8,v 1.9 2011/11/11 13:26:45 wiz Exp $
+.\" $NetBSD: gpt.8,v 1.9.2.1 2012/05/07 03:15:12 riz Exp $
 .\"
 .\" Copyright (c) 2002 Marcel Moolenaar
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD: src/sbin/gpt/gpt.8,v 1.17 2006/06/22 22:22:32 marcel Exp $
 .\"
-.Dd November 11, 2011
+.Dd March 9, 2012
 .Dt GPT 8
 .Os
 .Sh NAME
@@ -145,7 +145,7 @@ option allows the user to specify the fi
 .Nm
 should read the bootcode from.
 The default is to read from
-.Pa /usr/mdec/mbr_gpt .
+.Pa /usr/mdec/gptmbr.bin .
 .Pp
 The
 .Fl i

Reply via email to