diff options
author | chris <chris@FreeBSD.org> | 2002-12-11 03:25:35 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2002-12-11 03:25:35 +0000 |
commit | f55ab56cd6bc18a4023afd45f093f24b57f277b6 (patch) | |
tree | aeab60ab9b0e3439e37db8df0921a81c08b5d541 | |
parent | 1b20360e4fd6351b3d954f2c1b17d41626d7269e (diff) | |
download | FreeBSD-src-f55ab56cd6bc18a4023afd45f093f24b57f277b6.zip FreeBSD-src-f55ab56cd6bc18a4023afd45f093f24b57f277b6.tar.gz |
Un-break world.
Reported by: Ray Kohler <ataraxia@cox.net>
Approved by: re (blanket)
-rw-r--r-- | share/man/man4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index e0ecadc..6b19527 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -100,7 +100,7 @@ MAN= aac.4 \ mac_ifoff.4 \ mac_mls.4 \ mac_none.4 \ - mac_partition4. \ + mac_partition.4 \ mac_seeotheruids.4 \ mac_test.4 \ mouse.4 \ |