diff options
author | David Greenman <dg@FreeBSD.org> | 1995-01-25 09:43:20 +0000 |
---|---|---|
committer | David Greenman <dg@FreeBSD.org> | 1995-01-25 09:43:20 +0000 |
commit | 9be2a2b0453ef6d111afdc2c4e4e3bb621fb69ad (patch) | |
tree | 03227f0cc6cbe3a417fb457268d485a7a889344c /share/man/man4 | |
parent | 7a4bbce6f2b24da33656724c55fed44ffa98d0db (diff) | |
download | src-9be2a2b0453ef6d111afdc2c4e4e3bb621fb69ad.tar.gz src-9be2a2b0453ef6d111afdc2c4e4e3bb621fb69ad.zip |
Add links from mem.4 to kmem.4.
Notes
Notes:
svn path=/head/; revision=5886
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 0f73b30499c8..4735c47ae5e5 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -14,7 +14,7 @@ MLINKS+= is.4 ../is.4 MLINKS+= keyboard.4 ../keyboard.4 MLINKS+= lpt.4 ../lpt.4 MLINKS+= mcd.4 ../mcd.4 -MLINKS+= mem.4 ../mem.4 +MLINKS+= mem.4 kmem.4 mem.4 ../mem.4 mem.4 ../kmem.4 MLINKS+= mse.4 ../mse.4 MLINKS+= npx.4 ../npx.4 MLINKS+= screen.4 ../screen.4 |