From 6436fcb9f00c148bbdc997754da6d040010f8d52 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Wed, 21 Apr 1999 22:42:36 +0000 Subject: [PATCH] Typo fix in diagnostic: -alldir --> -alldirs PR: 11049 Submitted by: Gerhard Gonter --- sbin/mountd/mountd.c | 4 ++-- usr.sbin/mountd/mountd.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index ab9fdc7c836..170655b01ca 100644 --- a/sbin/mountd/mountd.c +++ b/sbin/mountd/mountd.c @@ -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 @@ -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); diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index ab9fdc7c836..170655b01ca 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -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 @@ -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);