diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-02 17:22:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 06:39:02 +0200 |
commit | fadc55330d072322d7fb1a0d59afe20330e94d03 (patch) | |
tree | 21c7dd3aa31c045ba5c3abb2f623bcf73fd33e3e /gnu | |
parent | 4bac91e1d895b2691525da109a4218a50c784823 (diff) | |
download | patches-fadc55330d072322d7fb1a0d59afe20330e94d03.tar patches-fadc55330d072322d7fb1a0d59afe20330e94d03.tar.gz |
gnu: iptables: Remove trailing newline from description.
...introduced in be5dc5fb18a4b72977748c5f077062be4e8accbc.
* gnu/packages/linux.scm (iptables)[description]: Remove trailing newline.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b6333af996..f49171fa5a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1146,8 +1146,7 @@ configure the Linux 2.4.x and later IPv4 packet filtering ruleset This package also includes @command{ip6tables}, which is used to configure the IPv6 packet filter. -Both commands are targeted at system administrators. -") +Both commands are targeted at system administrators.") (license license:gpl2+))) (define-public ebtables |