fix typo "exec" -> "force"
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Mon, 28 Mar 1994 14:05:04 +0000 (06:05 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Mon, 28 Mar 1994 14:05:04 +0000 (06:05 -0800)
SCCS-vsn: sbin/mount/mntopts.h 8.3

usr/src/sbin/mount/mntopts.h

index a60b8b3..8f4aa6c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mntopts.h   8.2 (Berkeley) %G%
+ *     @(#)mntopts.h   8.3 (Berkeley) %G%
  */
 
 struct mntopt {
  */
 
 struct mntopt {
@@ -23,7 +23,7 @@ struct mntopt {
 #define MOPT_UNION             { "union",      0, MNT_UNION }
 
 /* Control flags. */
 #define MOPT_UNION             { "union",      0, MNT_UNION }
 
 /* Control flags. */
-#define MOPT_FORCE             { "exec",       1, MNT_FORCE }
+#define MOPT_FORCE             { "force",      1, MNT_FORCE }
 #define MOPT_UPDATE            { "update",     0, MNT_UPDATE }
 
 /* Support for old-style "ro", "rw" flags. */
 #define MOPT_UPDATE            { "update",     0, MNT_UPDATE }
 
 /* Support for old-style "ro", "rw" flags. */