-.\" $OpenBSD: mount.8,v 1.75 2014/07/13 12:01:30 claudio Exp $
+.\" $OpenBSD: mount.8,v 1.76 2014/07/15 11:25:22 jmc Exp $
.\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
.\"
.\" @(#)mount.8 8.7 (Berkeley) 3/27/94
.\"
-.Dd $Mdocdate: July 13 2014 $
+.Dd $Mdocdate: July 15 2014 $
.Dt MOUNT 8
.Os
.Sh NAME
.Nd mount file systems
.Sh SYNOPSIS
.Nm mount
-.Op Fl Aadfruvw
+.Op Fl AadfNruvw
.Op Fl t Ar type
.Nm mount
.Op Fl dfrsuvw
.Dq noauto
or
.Dq net
-option is specified.
+options are specified.
.It Fl a
Similar to the
.Fl A
.Fl A
or
.Fl a ,
-.Xm
+.Nm
will only look at file systems which have the
.Dq net
option specified.
is being changed as well.
This option is useful for laptops and news servers where one does
not want the extra disk activity associated with updating the atime.
-.It noauto
-Do not mount the file system automatically
-(either at boot or with the
-.Fl A
-or
-.Fl a
-options).
.It nodev
Do not interpret character or block special devices on the file system.
This option is useful for a server that has file systems containing
-/* $OpenBSD: mount.c,v 1.56 2014/07/13 12:01:30 claudio Exp $ */
+/* $OpenBSD: mount.c,v 1.57 2014/07/15 11:25:22 jmc Exp $ */
/* $NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp $ */
/*
{
(void)fprintf(stderr,
- "usage: mount [-Aadfruvw] [-t type]\n"
+ "usage: mount [-AadfNruvw] [-t type]\n"
" mount [-dfrsuvw] special | node\n"
" mount [-dfruvw] [-o options] [-t type] special node\n");
exit(1);