Deleted Added
full compact
showmount.8 (68963) showmount.8 (79366)
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Rick Macklem at The University of Guelph.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)showmount.8 8.3 (Berkeley) 3/29/95
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Rick Macklem at The University of Guelph.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)showmount.8 8.3 (Berkeley) 3/29/95
36.\" $FreeBSD: head/usr.bin/showmount/showmount.8 68963 2000-11-20 19:21:22Z ru $
36.\" $FreeBSD: head/usr.bin/showmount/showmount.8 79366 2001-07-06 16:46:48Z ru $
37.\"
38.Dd March 29, 1995
39.Dt SHOWMOUNT 8
40.Os BSD 4
41.Sh NAME
42.Nm showmount
43.Nd show remote nfs mounts on host
44.Sh SYNOPSIS

--- 30 unchanged lines hidden (view full) ---

75Show the
76.Ar host Ns 's
77exports list.
78.It Fl 3
79Use mount protocol Version 3, compatible with NFS Version 3.
80.El
81.Sh SEE ALSO
82.Xr mount 8 ,
37.\"
38.Dd March 29, 1995
39.Dt SHOWMOUNT 8
40.Os BSD 4
41.Sh NAME
42.Nm showmount
43.Nd show remote nfs mounts on host
44.Sh SYNOPSIS

--- 30 unchanged lines hidden (view full) ---

75Show the
76.Ar host Ns 's
77exports list.
78.It Fl 3
79Use mount protocol Version 3, compatible with NFS Version 3.
80.El
81.Sh SEE ALSO
82.Xr mount 8 ,
83.Xr mount_nfs 8 ,
84.Xr mountd 8 ,
83.Xr mountd 8 ,
84.Xr mount_nfs 8
85.Sh BUGS
86The mount daemon running on the server only has an idea of the actual mounts,
87since the
88.Tn NFS
89server is stateless.
90.Nm Showmount
91will only display the information
92as accurately as the mount daemon reports it.
93.Sh HISTORY
94The
95.Nm
96utility first appeared in
97.Bx 4.4 .
85.Sh BUGS
86The mount daemon running on the server only has an idea of the actual mounts,
87since the
88.Tn NFS
89server is stateless.
90.Nm Showmount
91will only display the information
92as accurately as the mount daemon reports it.
93.Sh HISTORY
94The
95.Nm
96utility first appeared in
97.Bx 4.4 .