diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-12-04 23:44:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-12-04 23:44:23 +0000 |
commit | 309d04c0e3085c745391c9fefd4fcf9b70a916e0 (patch) | |
tree | d971e77bff318408c61d4e0365be36b1a06e9320 /share/man/man7 | |
parent | 2e482b50bdabfcea6632f55127bfbdecc673edc4 (diff) |
document /usr/include/{msdosfs,ntfs}
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/hier.7 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 33b3fca5860..719e2a07d2b 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.147 2015/12/03 17:58:33 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.148 2015/12/04 23:44:22 jmc Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: December 3 2015 $ +.Dd $Mdocdate: December 4 2015 $ .Dt HIER 7 .Os .Sh NAME @@ -229,6 +229,8 @@ C include files for the ISO standard file systems (currently only cd9660). Machine specific C include files. .It miscfs/ C include files for miscellaneous file systems. +.It msdosfs/ +C include files for MS-DOS file system. .It net/ Miscellaneous network C include files. .It net80211/ @@ -243,6 +245,8 @@ C include files for Internet protocol version 6 (see C include files for the MPLS protocol. .It nfs/ C include files for NFS (Network File System). +.It ntfs/ +C include files for NTFS file system. .It objc/ C include files for GNU Objective-C. .It openssl/ |