diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-19 18:15:16 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-19 18:15:16 +0000 |
| commit | b41a0eb3b3723761d36cdd15fd8f614cf9af60ec (patch) | |
| tree | c81ccaa9bd7498a3ce2dca2e44f52f1ac33cca1c | |
| parent | 2b543de8c6e71a096023bc366e35d5658dafef66 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/man4.i386/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index a2fcbb7aa0cd9..ebd875e5d9e9e 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -84,7 +84,8 @@ MLINKS+= splash.4 ../splash.4 \ splash.4 screensaver.4 splash.4 ../screensaver.4 MLINKS+= sr.4 ../sr.4 MLINKS+= ste.4 ../ste.4 -MLINKS+= syscons.4 ../syscons.4 +MLINKS+= syscons.4 ../syscons.4 \ + syscons.4 sc.4 syscons.4 ../sc.4 MLINKS+= sysmouse.4 ../sysmouse.4 MLINKS+= ti.4 ../ti.4 MLINKS+= tl.4 ../tl.4 |
