Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/autofs autofs: Fix a comment on autofs_args



details:   https://anonhg.NetBSD.org/src/rev/393217272838
branches:  trunk
changeset: 461328:393217272838
user:      tkusumi <tkusumi%NetBSD.org@localhost>
date:      Sat Nov 23 08:30:39 2019 +0000

description:
autofs: Fix a comment on autofs_args

mount_autofs(8) also uses this.
mount_autofs(8) was added by NetBSD as an optional command (not needed to use autofs).

diffstat:

 sys/fs/autofs/autofs_mount.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 91dd1e3ba40f -r 393217272838 sys/fs/autofs/autofs_mount.h
--- a/sys/fs/autofs/autofs_mount.h      Sat Nov 23 08:00:59 2019 +0000
+++ b/sys/fs/autofs/autofs_mount.h      Sat Nov 23 08:30:39 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autofs_mount.h,v 1.2 2018/01/14 22:43:18 christos Exp $        */
+/*     $NetBSD: autofs_mount.h,v 1.3 2019/11/23 08:30:39 tkusumi Exp $ */
 
 /*-
  * Copyright (c) 2017 The NetBSD Foundation, Inc.
@@ -36,7 +36,6 @@
 
 /*
  * Arguments to mount autofs filesystem.
- * This structure should only be used by automount(8).
  */
 struct autofs_args {
        char    *from;



Home | Main Index | Thread Index | Old Index