Fri Mar 9 12:30:28 2012 UTC ()
fix a path


(drochner)
diff -r1.9 -r1.10 src/sbin/gpt/gpt.8

cvs diff -r1.9 -r1.10 src/sbin/gpt/gpt.8 (expand / switch to unified diff)

--- src/sbin/gpt/gpt.8 2011/11/11 13:26:45 1.9
+++ src/sbin/gpt/gpt.8 2012/03/09 12:30:28 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: gpt.8,v 1.9 2011/11/11 13:26:45 wiz Exp $ 1.\" $NetBSD: gpt.8,v 1.10 2012/03/09 12:30:28 drochner Exp $
2.\" 2.\"
3.\" Copyright (c) 2002 Marcel Moolenaar 3.\" Copyright (c) 2002 Marcel Moolenaar
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 9.\"
10.\" 1. Redistributions of source code must retain the above copyright 10.\" 1. Redistributions of source code must retain the above copyright
11.\" notice, this list of conditions and the following disclaimer. 11.\" notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\" notice, this list of conditions and the following disclaimer in the 13.\" notice, this list of conditions and the following disclaimer in the
14.\" documentation and/or other materials provided with the distribution. 14.\" documentation and/or other materials provided with the distribution.
@@ -135,27 +135,27 @@ as aliases for the most commonly used pa @@ -135,27 +135,27 @@ as aliases for the most commonly used pa
135.It Nm Ic biosboot Oo Fl c Ar bootcode Oc Oo Fl i Ar index Oc Ar device ... 135.It Nm Ic biosboot Oo Fl c Ar bootcode Oc Oo Fl i Ar index Oc Ar device ...
136The 136The
137.Ic biosboot 137.Ic biosboot
138command allows the user to configure the partition that contains the 138command allows the user to configure the partition that contains the
139primary bootstrap program, used during 139primary bootstrap program, used during
140.Xr boot 8 . 140.Xr boot 8 .
141.Pp 141.Pp
142The 142The
143.Fl c 143.Fl c
144option allows the user to specify the filename that 144option allows the user to specify the filename that
145.Nm 145.Nm
146should read the bootcode from. 146should read the bootcode from.
147The default is to read from 147The default is to read from
148.Pa /usr/mdec/mbr_gpt . 148.Pa /usr/mdec/gptmbr.bin .
149.Pp 149.Pp
150The 150The
151.Fl i 151.Fl i
152option selects the partition that should contain the primary 152option selects the partition that should contain the primary
153bootstrap code, as installed via 153bootstrap code, as installed via
154.Xr installboot 8 . 154.Xr installboot 8 .
155.\" ==== create ==== 155.\" ==== create ====
156.It Nm Ic create Oo Fl fp Oc Ar device ... 156.It Nm Ic create Oo Fl fp Oc Ar device ...
157The 157The
158.Ic create 158.Ic create
159command allows the user to create a new (empty) GPT. 159command allows the user to create a new (empty) GPT.
160By default, one cannot create a GPT when the device contains a MBR, 160By default, one cannot create a GPT when the device contains a MBR,
161however this can be overridden with the 161however this can be overridden with the