summaryrefslogtreecommitdiff
path: root/sbin/fdisk/user.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-16 10:35:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-16 10:35:07 +0000
commite18ada7a5a86b022159122b289a55197f022e7cd (patch)
tree463fb38cbd86cc7580f0a4ba06dfd38f5dd2aef1 /sbin/fdisk/user.c
parentc3902b66f635baccbb889973ba164731932ba95c (diff)
new command: manual
Diffstat (limited to 'sbin/fdisk/user.c')
-rw-r--r--sbin/fdisk/user.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fdisk/user.c b/sbin/fdisk/user.c
index 77e495fdeab..1aec026ef6e 100644
--- a/sbin/fdisk/user.c
+++ b/sbin/fdisk/user.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: user.c,v 1.7 1997/10/16 01:47:13 deraadt Exp $ */
+/* $OpenBSD: user.c,v 1.8 1997/10/16 10:35:06 deraadt Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -50,6 +50,7 @@
/* Our command table */
static cmd_table_t cmd_table[] = {
{"help", Xhelp, "Command help list"},
+ {"manual", Xmanual, "Show entire OpenBSD man page for fdisk"},
{"reinit", Xreinit, "Re-initialize loaded MBR (to defaults)"},
{"disk", Xdisk, "Edit current drive stats"},
{"edit", Xedit, "Edit given table entry"},