]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: Remove UTF8(?) sequences
authorDuncan Roe <duncan_roe@optusnet.com.au>
Sat, 4 Aug 2018 01:16:07 +0000 (11:16 +1000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 4 Aug 2018 07:36:36 +0000 (09:36 +0200)
There were some forced hyphenations which only ever looked right in an
80-column terminal and now don't all look right even there e.g.

searched for included files. This op- tion may be specified

Also the URL on the last line

a"http://creativecommons.org/licenses/by-sa/4.0/a(C)

Tested using man in the C locale

Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/nft.txt

index d1eaf3bdb066c7bb97ff131262d9745070f56e3d..dcc3bf34e3c520b80cdfa63188f0a4caad57189c 100644 (file)
@@ -45,11 +45,11 @@ For a full summary of options, run *nft --help*.
 
 *-l*::
 *--literal*::
-       Translate numeric to literal. When used once (the default behav‐
-       iour),  print  services (instead of numerical port numbers). Use
-       twice to perform the IP address to name lookup, this usually re‐
-       quires  network traffic for DNS lookup that slows down the rule‐
-       set listing.
+       Translate numeric to literal. When used once (the default
+       behaviour),  print  services (instead of numerical port numbers). Use
+       twice to perform the IP address to name lookup, this usually
+       requires  network traffic for DNS lookup that slows down the
+       ruleset listing.
 
 *-c*::
 *--check*::
@@ -66,8 +66,8 @@ For a full summary of options, run *nft --help*.
 
 *-I*::
 *--includepath directory*::
-       Add the directory 'directory' to the list of directories to be searched for included files. This  op‐
-       tion may be specified multiple times.
+       Add the directory 'directory' to the list of directories to be searched for included files. This
+       option may be specified multiple times.
 
 *-f*::
 *--file 'filename'*::
@@ -76,8 +76,8 @@ For a full summary of options, run *nft --help*.
 
 *-i*::
 *--interactive*::
-       Read  input from an interactive readline CLI. You can use quit to exit, or use the EOF marker, nor‐
-       mally this is CTRL-D.
+       Read  input from an interactive readline CLI. You can use quit to exit, or use the EOF marker,
+       normally this is CTRL-D.
 
 INPUT FILE FORMATS
 ------------------
@@ -362,7 +362,7 @@ delete *rule* ['family'] 'table' 'chain' handle 'handle'
 
 Rules are added to chain in the given table. If the family is not specified, the
 ip family is used. Rules are constructed from two kinds of components according
-to a set of grammatical rules: ex‐ pressions and statements.
+to a set of grammatical rules: expressions and statements.
 
 The add and insert commands support an optional location specifier, which is
 either a 'handle' of an existing rule or an 'index' (starting  at zero).
@@ -745,4 +745,4 @@ nftables is free software; you can redistribute it and/or modify it under  the
 terms of the GNU General Public License version 2 as published by the Free
 Software Foundation. +
 
-This documentation is licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 license, CC BY-SA 4.0 ⟨http://creativecommons.org/licenses/by-sa/4.0/⟩.
+This documentation is licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 license, CC BY-SA 4.0 http://creativecommons.org/licenses/by-sa/4.0/.