summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-07-15 06:08:47 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-07-15 06:08:47 +0000
commitfdb8d8965bc74cff7c4c2a59a77a5e3869c55d1f (patch)
tree51e71adc0618b7d4c8be1aae0ed71f10c065cedc
parentc2da0fd9036a52d66e8e6ba6cfa48e4ecfc3d395 (diff)
Notes
-rw-r--r--sbin/mount_std/mount_std.89
-rw-r--r--sbin/mount_std/mount_std.c5
2 files changed, 6 insertions, 8 deletions
diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8
index 3c5e0813036a..a495ba3960f9 100644
--- a/sbin/mount_std/mount_std.8
+++ b/sbin/mount_std/mount_std.8
@@ -34,7 +34,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: mount_std.8,v 1.7 1997/02/22 14:32:59 peter Exp $
.\"
.Dd May 13, 1996
.Dt MOUNT_STD 8
@@ -126,12 +126,11 @@ and
.Sh DIAGNOSTICS
.Bl -diag
.It argv[0] must end in _fsname
-The
-.Nm mount_std
-command was called with a zero'th argument of
+.Nm Mount_std
+was called with a zeroth argument of
.Dq Li mount_std .
.It vfsload(%s)
-.Nm
+.Nm Mount_std
was unable to load a kernel module implementing the %s filesystem
type.
.It %s filesystem not available
diff --git a/sbin/mount_std/mount_std.c b/sbin/mount_std/mount_std.c
index e85f4b3384b5..f9ae7d6f24bb 100644
--- a/sbin/mount_std/mount_std.c
+++ b/sbin/mount_std/mount_std.c
@@ -36,14 +36,14 @@
*/
#ifndef lint
-char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1992, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
static const char rcsid[] =
- "$Id: mount_std.c,v 1.6 1997/03/11 12:38:16 peter Exp $";
+ "$Id: mount_std.c,v 1.7 1997/03/29 03:32:46 imp Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -51,7 +51,6 @@ static const char rcsid[] =
#include <err.h>
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include <sysexits.h>
#include <unistd.h>