Bug 139153

Summary: [patch] the hier(7) man page needs to be updated
Product: Documentation Reporter: Till Plewe <till.plewe>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
man.7.hier.txt
none
man.7.hier.txt none

Description Till Plewe 2009-09-26 11:10:02 UTC
most of the nfs header file moved from /usr/include/nfs to 
/usr/include/fs/nfs while man hier still lists them under 
/usr/include/nfs

Fix: 

update man page
How-To-Repeat: man hier
Comment 1 Glen Barber 2009-12-31 21:21:10 UTC
Hi,

I have attached a patch which adds /usr/include/fs/nfs as version 2, 3
and 4, and notes /usr/include/nfs as version 2 and 3 as the source
files indicate this is the case.

Regards,

--
Glen Barber
Comment 2 glen.j.barber 2009-12-31 21:37:00 UTC
Gmail broke my patch - my apologies.  A new patch is attached.

Regards,

-- 
Glen Barber
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2010-09-01 13:08:58 UTC
State Changed
From-To: open->patched

Fixed in HEAD.  Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-09-01 13:09:20 UTC
Author: maxim
Date: Wed Sep  1 12:08:54 2010
New Revision: 212094
URL: http://svn.freebsd.org/changeset/base/212094

Log:
  o Sync the man page with the reality: nfs/ includes
  are under include/ and include/fs/.
  
  PR:		docs/139153
  Submitted by:	gjb
  MFC after:	1 week

Modified:
  head/share/man/man7/hier.7

Modified: head/share/man/man7/hier.7
==============================================================================
--- head/share/man/man7/hier.7	Wed Sep  1 12:08:32 2010	(r212093)
+++ head/share/man/man7/hier.7	Wed Sep  1 12:08:54 2010	(r212094)
@@ -250,6 +250,8 @@ per-process file descriptors file system
 FIFOs file system
 .It Pa msdosfs/
 MS-DOS file system
+.It Pa nfs/
+C include files for NFS (Network File System) version 2, 3 and 4
 .It Pa ntfs/
 NTFS file system
 .It Pa nullfs/
@@ -334,7 +336,7 @@ include files for the UNI signalling pro
 .It Pa netsmb/
 SMB/CIFS requester
 .It Pa nfs/
-C include files for NFS (Network File System)
+C include files for NFS (Network File System) version 2 and 3 (legacy)
 .It Pa objc/
 Objective C include files
 .It Pa openssl/
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 5 Maxim Konovalov freebsd_committer freebsd_triage 2010-10-20 08:40:43 UTC
State Changed
From-To: patched->closed

Merged to RELENG_8.