diff options
Diffstat (limited to 'usr/src/cmd/rmvolmgr/vold.c')
-rw-r--r-- | usr/src/cmd/rmvolmgr/vold.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/rmvolmgr/vold.c b/usr/src/cmd/rmvolmgr/vold.c index 30a2f267e8..8bf6985674 100644 --- a/usr/src/cmd/rmvolmgr/vold.c +++ b/usr/src/cmd/rmvolmgr/vold.c @@ -158,7 +158,7 @@ vold_init(int argc, char **argv) } /* - * Old version of rmmount(1M) + * Old version of rmmount(8) */ /* ARGSUSED */ int @@ -601,7 +601,7 @@ vold_action(struct action_arg *aap) if (result == TRUE) { /* * File Manager is running. return 0. - * see man page rmmount.conf(4). + * see man page rmmount.conf(5). */ return (0); } else { |