Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sbin/mount Pull up revision 1.30 (requested by abs):



details:   https://anonhg.NetBSD.org/src/rev/325a9b086722
branches:  netbsd-1-5
changeset: 490676:325a9b086722
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 16:50:13 2001 +0000

description:
Pull up revision 1.30 (requested by abs):
  If both special and node are given (but no type), the disklabel
  is checked for the file system type before falling back to ffs.

diffstat:

 sbin/mount/mount.8 |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r ace4bffbd153 -r 325a9b086722 sbin/mount/mount.8
--- a/sbin/mount/mount.8        Mon Feb 26 16:49:48 2001 +0000
+++ b/sbin/mount/mount.8        Mon Feb 26 16:50:13 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount.8,v 1.26.2.1 2000/09/04 03:45:02 jhawk Exp $
+.\"    $NetBSD: mount.8,v 1.26.2.2 2001/02/26 16:50:13 he Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -69,6 +69,11 @@
 then in the
 .Dq fs_spec
 column.
+If both
+.Ar special
+and
+.Ar node
+are given, the disklabel is checked for the filesystem type.
 .Pp
 The system maintains a list of currently mounted file systems.
 If no arguments are given to



Home | Main Index | Thread Index | Old Index