From 5274b840ef3ffb252c40fbec8cf73a7ef78c7238 Mon Sep 17 00:00:00 2001 From: Jan-Simon Pendry Date: Mon, 28 Mar 1994 06:05:04 -0800 Subject: [PATCH] fix typo "exec" -> "force" SCCS-vsn: sbin/mount/mntopts.h 8.3 --- usr/src/sbin/mount/mntopts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sbin/mount/mntopts.h b/usr/src/sbin/mount/mntopts.h index a60b8b368d..8f4aa6ca59 100644 --- a/usr/src/sbin/mount/mntopts.h +++ b/usr/src/sbin/mount/mntopts.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)mntopts.h 8.2 (Berkeley) %G% + * @(#)mntopts.h 8.3 (Berkeley) %G% */ struct mntopt { @@ -23,7 +23,7 @@ struct mntopt { #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. */ -- 2.20.1