Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/smbfs/dist - add smbutil(1) and mount_smbfs(8) ...
details: https://anonhg.NetBSD.org/src/rev/6035572eca7d
branches: trunk
changeset: 333748:6035572eca7d
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sat Nov 15 18:57:25 2014 +0000
description:
- add smbutil(1) and mount_smbfs(8) to SEE ALSO section each other.
- fix sample file path in smbutil(1).
diffstat:
external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8 | 3 ++-
external/bsd/smbfs/dist/smbutil/smbutil.1 | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 980a4ba27eb8 -r 6035572eca7d external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8
--- a/external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8 Sat Nov 15 18:55:26 2014 +0000
+++ b/external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8 Sat Nov 15 18:57:25 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_smbfs.8,v 1.2 2013/12/25 22:03:15 christos Exp $
+.\" $NetBSD: mount_smbfs.8,v 1.3 2014/11/15 18:57:25 nakayama Exp $
.\" Id: mount_smbfs.8,v 1.8 2000/06/09 13:52:56 bp Exp
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -189,6 +189,7 @@
.Pp
.Dl "//guest@samba/public /smb/public smbfs rw,noauto 0 0"
.Sh SEE ALSO
+.Xr smbutil 1 ,
.Xr mount 8
.Sh HISTORY
Support for SMBFS first appeared in
diff -r 980a4ba27eb8 -r 6035572eca7d external/bsd/smbfs/dist/smbutil/smbutil.1
--- a/external/bsd/smbfs/dist/smbutil/smbutil.1 Sat Nov 15 18:55:26 2014 +0000
+++ b/external/bsd/smbfs/dist/smbutil/smbutil.1 Sat Nov 15 18:57:25 2014 +0000
@@ -124,9 +124,11 @@
.It Pa ~/.nsmbrc
Keeps description for each connection.
See
-.Pa ./examples/dot.nsmbrc
+.Pa /usr/share/examples/smbfs/dot.nsmbrc
for details.
.El
+.Sh SEE ALSO
+.Xr mount_smbfs 8
.Sh AUTHORS
.An Boris Popov Aq Mt bp%butya.kz@localhost ,
.Aq bp%FreeBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index