diff options
author | Phil Oester <kernel@linuxace.com> | 2004-09-09 09:57:11 +0000 |
---|---|---|
committer | Martin Josefsson <gandalf@wlug.westbo.se> | 2004-09-09 09:57:11 +0000 |
commit | de8ae5169f8b2a24e1519598972e13052d5eb48e (patch) | |
tree | 25a9a7a886d04fc9433588ffddc341d4026b73ae | |
parent | 63730f10f09b39a6b4d2257fd0bd380f9306ba52 (diff) |
Fix typo. (Phil Oester) Closes #239
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ iptables.8: iptables.8.in extensions/libipt_matches.man extensions/libipt_target sed -e '/@MATCH@/ r extensions/libipt_matches.man' -e '/@TARGET@/ r extensions/libipt_targets.man' iptables.8.in >iptables.8 ip6tables.8: ip6tables.8.in extensions/libip6t_matches.man extensions/libip6t_targets.man - sed -e '/@MATCH@/ r extensions/libip6t_matches.man' -e '/@TARGET@/ r extensions/libiptt_targets.man' ip6tables.8.in >ip6tables.8 + sed -e '/@MATCH@/ r extensions/libip6t_matches.man' -e '/@TARGET@/ r extensions/libip6t_targets.man' ip6tables.8.in >ip6tables.8 # Development Targets .PHONY: install-devel-man3 |