Bug 20008

Summary: `man mount|mount_nfs` does not mention showmount and vice versa
Product: Base System Reporter: pfeifer <pfeifer>
Component: binAssignee: Sheldon Hearn <sheldonh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-RELEASE   
Hardware: Any   
OS: Any   

Description pfeifer 2000-07-18 17:10:03 UTC
The man pages of mount and mount_nfs do not mention the showmount
command.

The man page of showmount does not mention the mount_nfs command.

Fix: 

Add "showmount" to the "SEE ALSO" sections in the man pages of mount
and mount_nfs.

Add "mount_nfs" to the "SEE ALSO" section in the man page of showmount.
How-To-Repeat: man mount
man mount_nfs

man showmount
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-18 18:27:31 UTC
Responsible Changed
From-To: freebsd-bugs->sheldonh

I'll take this one, although I'll probably end up leaving the 
cross-reference out of the mount(8) page.
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-18 18:38:43 UTC
State Changed
From-To: open->closed

I've committed a patch which cross-references showmount(8) 
and mount_nfs(8) to HEAD and merged it onto the RELENG_4 
branch.