diff options
author | phantom <phantom@FreeBSD.org> | 2000-05-12 10:50:04 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-05-12 10:50:04 +0000 |
commit | f3a1d3193848c020f8f34ed2f115417de5056616 (patch) | |
tree | cc7744d610d15d05363f83e14420ab8bb87edc1c /share | |
parent | de0ca848a1dc17553ca4f228d5c2a677932624a8 (diff) | |
download | FreeBSD-src-f3a1d3193848c020f8f34ed2f115417de5056616.zip FreeBSD-src-f3a1d3193848c020f8f34ed2f115417de5056616.tar.gz |
Fix typo
Spoted by: bde
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 4a38b0a..d5937bb 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -21,8 +21,8 @@ MLINKS+= apm.4 ../apm.4 MLINKS+= ar.4 ../ar.4 MLINKS+= asc.4 ../asc.4 MLINKS+= bktr.4 ../bktr.4 -MLINKS+= bktr.4 booktree.4 -MLINKS+= bktr.4 ../booktree.4 +MLINKS+= bktr.4 brooktree.4 +MLINKS+= bktr.4 ../brooktree.4 MLINKS+= bt.4 ../bt.4 MLINKS+= cs.4 ../cs.4 MLINKS+= cx.4 ../cx.4 |