diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-06 18:42:30 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-06 18:42:30 +0000 |
commit | 1f5e504a8476c1b2ff54249e77f16f3326cc6992 (patch) | |
tree | b7c9c461ba76104dd1d6f33ece823e185b015553 | |
parent | f228a1e38bdb1227f86320ec87a220269c16ecd4 (diff) |
typo; mcsmart@engin.umich.edu
-rw-r--r-- | sbin/disklabel/editor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index d7c8c6f152b..a85aa926bf6 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.63 1999/04/07 22:57:26 millert Exp $ */ +/* $OpenBSD: editor.c,v 1.64 1999/06/06 18:42:29 aaron Exp $ */ /* * Copyright (c) 1997-1999 Todd C. Miller <Todd.Miller@courtesan.com> @@ -28,7 +28,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: editor.c,v 1.63 1999/04/07 22:57:26 millert Exp $"; +static char rcsid[] = "$OpenBSD: editor.c,v 1.64 1999/06/06 18:42:29 aaron Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -1863,7 +1863,7 @@ editor_help(arg) break; case 'n': puts( -"The 'm' command is used to set the mount point for a partition (ie: name it).\n" +"The 'n' command is used to set the mount point for a partition (ie: name it).\n" "It takes as an optional argument the partition letter to name. If you do\n" "not specify a partition letter, you will be prompted for one. This option\n" "is only valid if disklabel was invoked with the -F flag.\n"); |