diff options
author | pjd <pjd@FreeBSD.org> | 2004-05-20 13:38:48 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-05-20 13:38:48 +0000 |
commit | 553013776a90a4809e915d11ff0d2c56c7efc385 (patch) | |
tree | ff0656f548a96682c7744e9a6a99d9036419bac8 /share | |
parent | 4dcedfc486138d2da6d585cfd41a00f05284494d (diff) | |
download | FreeBSD-src-553013776a90a4809e915d11ff0d2c56c7efc385.zip FreeBSD-src-553013776a90a4809e915d11ff0d2c56c7efc385.tar.gz |
- Add missing 'the'.
- Document /usr/include/geom/ directory and its subdirectories.
Requested by: ru
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/hier.7 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index edbb331..f945ee8 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -139,7 +139,7 @@ and .Pp .Bl -tag -width "geom/" -compact .It Pa geom/ -class-specific libraries for +class-specific libraries for the .Xr geom 8 utility .El @@ -255,6 +255,19 @@ GNU C++ include files .It Pa std/ GNU C++ libstdc++ include files .El +.It Pa geom/ +GEOM framework +.Bl -tag -width "kerberos5/" -compact +.It Pa concat/ +CONCAT GEOM class +.It Pa gate/ +GATE GEOM class +.It Pa nop/ +NOP GEOM class +.It Pa stripe/ +STRIPE GEOM class +.El +.Pp .It Pa isc/ ISC utility library libisc include files .It Pa isofs/ |