diff options
author | Mariano Guerra <[email protected]> | 2018-08-14 10:08:36 +0200 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2018-08-15 21:02:10 +0200 |
commit | 034df6b0b6792589d0ccc817792bd689818181a8 (patch) | |
tree | b46c068d00b801ea796db61ceca09c779c170723 /lib/inets/doc | |
parent | dacfafd97ed955b9c567f0efbc8553286360b0d2 (diff) | |
download | otp-034df6b0b6792589d0ccc817792bd689818181a8.tar.gz otp-034df6b0b6792589d0ccc817792bd689818181a8.tar.bz2 otp-034df6b0b6792589d0ccc817792bd689818181a8.zip |
fix double parenthesis and badly formatter <v> tags
(cherry picked from commit 1b36c8ff81e896f9aa172603962f838d980668a0)
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/mod_security.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/inets/doc/src/mod_security.xml b/lib/inets/doc/src/mod_security.xml index ec8d6ec42c..d65d2ff998 100644 --- a/lib/inets/doc/src/mod_security.xml +++ b/lib/inets/doc/src/mod_security.xml @@ -135,7 +135,8 @@ <type> <v>What = atom()</v> <v>Port = integer()</v> - <v>Address = {A,B,C,D} | string() <v>Dir = string()</v> + <v>Address = {A,B,C,D} | string()</v> + <v>Dir = string()</v> <v>Data = [Info]</v> <v>Info = {Name, Value}</v> </type> |