diff options
author | bms <bms@FreeBSD.org> | 2004-06-15 01:18:56 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-06-15 01:18:56 +0000 |
commit | 32557ff0fdc76989d92ccb0ed98df329552bebb1 (patch) | |
tree | b232fc3484b012574767784e8129bfda2aeff4f8 | |
parent | dbea17bc836a776fa427415dc4237de9512858bb (diff) | |
download | FreeBSD-src-32557ff0fdc76989d92ccb0ed98df329552bebb1.zip FreeBSD-src-32557ff0fdc76989d92ccb0ed98df329552bebb1.tar.gz |
Add an MLINKS entry, rawip, to make the raw socket userland documentation
somewhat easier to find.
PR: docs/30873
Requested by: Douglas De Couto
-rw-r--r-- | share/man/man4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 37bec01..2a34340 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -368,6 +368,7 @@ MLINKS+=idt.4 if_idt.4 MLINKS+=ipfirewall.4 ipaccounting.4 \ ipfirewall.4 ipacct.4 \ ipfirewall.4 ipfw.4 +MLINKS+=ip.4 rawip.4 MLINKS+=kue.4 if_kue.4 MLINKS+=lge.4 if_lge.4 MLINKS+=lo.4 loop.4 |