Make indexes start at 0, not 1, so they match the GPT partition numbers.
commit32640a07d9fc5d7c27ede40ec4b7fd9f91550907
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 08:34:59 +0000 (17 08:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 08:34:59 +0000 (17 08:34 +0000)
tree85252b725f2de4e7ee69b72d44c46e4a10017920
parentfaaa553d28b189af7216b2cbd0edce86ac15fd03
Make indexes start at 0, not 1, so they match the GPT partition numbers.
Output <device>s<index> instead of <device>p<index>.
sbin/gpt/add.c
sbin/gpt/gpt.8
sbin/gpt/gpt.c
sbin/gpt/label.c
sbin/gpt/map.c
sbin/gpt/map.h
sbin/gpt/remove.c
sbin/gpt/show.c