diff options
author | phantom <phantom@FreeBSD.org> | 1999-09-19 18:15:16 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-09-19 18:15:16 +0000 |
commit | a9963de1ee00aade2f82c9c1df1c6af52c883869 (patch) | |
tree | 9e563ab98f41c8c8a9abef42f1f0f9caef6f52e4 | |
parent | 09b47bdea7fa283307041583b170ed77c54b6306 (diff) | |
download | FreeBSD-src-a9963de1ee00aade2f82c9c1df1c6af52c883869.zip FreeBSD-src-a9963de1ee00aade2f82c9c1df1c6af52c883869.tar.gz |
Add link syscons.4 -> sc.4
PR: docs/13289
-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 a2fcbb7..ebd875e 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 |