Sort sections.
This commit is contained in:
parent
f85ec9378b
commit
27b55da0f5
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: showmount.8,v 1.9 1999/03/22 18:16:43 garbled Exp $
|
||||
.\" $NetBSD: showmount.8,v 1.10 2001/12/08 19:15:12 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -81,6 +81,11 @@ Use mount protocol Version 3, compatible with NFS Version 3.
|
|||
.Sh SEE ALSO
|
||||
.Xr mount 8 ,
|
||||
.Xr mountd 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Bx 4.4 .
|
||||
.Sh BUGS
|
||||
The mount daemon running on the server only has an idea of the actual mounts,
|
||||
since the
|
||||
|
@ -89,8 +94,3 @@ server is stateless.
|
|||
.Nm
|
||||
will only display the information
|
||||
as accurately as the mount daemon reports it.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Bx 4.4 .
|
||||
|
|
Loading…
Reference in New Issue