Typo fix in diagnostic: -alldir --> -alldirs

PR:		11049
Submitted by:	Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
This commit is contained in:
Alexander Langer 1999-04-21 22:42:36 +00:00
parent 46d28b4462
commit 6436fcb9f0
2 changed files with 4 additions and 4 deletions
sbin/mountd
usr.sbin/mountd

@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95";
#endif
static const char rcsid[] =
"$Id: mountd.c,v 1.33 1998/08/02 16:06:34 bde Exp $";
"$Id: mountd.c,v 1.34 1998/12/29 09:38:49 dfr Exp $";
#endif /*not lint*/
#include <sys/param.h>
@ -2160,7 +2160,7 @@ check_options(dp)
return (1);
}
if ((opt_flags & OP_ALLDIRS) && dp->dp_left) {
syslog(LOG_ERR, "-alldir has multiple directories");
syslog(LOG_ERR, "-alldirs has multiple directories");
return (1);
}
return (0);

@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95";
#endif
static const char rcsid[] =
"$Id: mountd.c,v 1.33 1998/08/02 16:06:34 bde Exp $";
"$Id: mountd.c,v 1.34 1998/12/29 09:38:49 dfr Exp $";
#endif /*not lint*/
#include <sys/param.h>
@ -2160,7 +2160,7 @@ check_options(dp)
return (1);
}
if ((opt_flags & OP_ALLDIRS) && dp->dp_left) {
syslog(LOG_ERR, "-alldir has multiple directories");
syslog(LOG_ERR, "-alldirs has multiple directories");
return (1);
}
return (0);