diff options
-rw-r--r-- | share/man/man4/ddb.4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index f35d253..4824ab0 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -60,7 +60,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 26, 2007 +.Dd April 28, 2008 .Dt DDB 4 .Os .Sh NAME @@ -559,6 +559,12 @@ complete object is printed. .It Ic show Cm vnode Ar addr Displays details about the given vnode. .Pp +.It Ic show Cm mount +Displays short info about all currently mounted file systems. +.Pp +.It Ic show Cm mount Ar addr +Displays details about the given mount point. +.Pp .It Ic show Cm watches Displays all watchpoints. .Pp |