diff options
author | arun <arun@FreeBSD.org> | 2004-07-01 22:27:12 +0000 |
---|---|---|
committer | arun <arun@FreeBSD.org> | 2004-07-01 22:27:12 +0000 |
commit | dce79fc81ac3882c972f3ab2981f80969d2f30d5 (patch) | |
tree | 4bbb20bf83b5f389f20f9302507a4a97ab825527 /sbin/gpt/gpt.8 | |
parent | 29f2bc7642fb3ea48c4e7a9318b21ca5d774e4fb (diff) | |
download | FreeBSD-src-dce79fc81ac3882c972f3ab2981f80969d2f30d5.zip FreeBSD-src-dce79fc81ac3882c972f3ab2981f80969d2f30d5.tar.gz |
Added the ability to create and display Linux/Windows GPT partitions to gpt(8).
Diffstat (limited to 'sbin/gpt/gpt.8')
-rw-r--r-- | sbin/gpt/gpt.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/gpt/gpt.8 b/sbin/gpt/gpt.8 index 9d08c7e..af247bf 100644 --- a/sbin/gpt/gpt.8 +++ b/sbin/gpt/gpt.8 @@ -123,10 +123,10 @@ option allows the user to specify the partition type. The type is given as an UUID, but .Nm has created -.Cm efi , swap +.Cm efi , swap, ufs, linux and -.Cm ufs -as aliases for the three most commonly used partition types. +.Cm windows +as aliases for some most commonly used partition types. .\" ==== create ==== .It Xo .Nm |