Get rid of itemizedlist inside table
authorMagnus Hagander
Fri, 20 Jan 2012 11:30:19 +0000 (12:30 +0100)
committerMagnus Hagander
Fri, 20 Jan 2012 11:30:19 +0000 (12:30 +0100)
This renders badly on the website, and in this particular case also
doesn't actually add anything to the readability...

doc/src/sgml/monitoring.sgml

index dadfd24313c7928d188ec24040a24c8b20d69d95..fef2a35ba7d5ae7231ac33cc55d88dd98001cd0c 100644 (file)
@@ -577,17 +577,9 @@ postgres: user database host 
      client_addr
      inet
      The remote IP of the client connected to the backend.
-     If this field is not set, it indicates that the client is either:
-      
-       
-        
-         Connected via unix sockets on the server machine
-        
-       
-       
-        An internal process such as autovacuum
-       
-     
+      If this field is not set, it indicates that the client is either connected
+      via a Unix socket on the server machine or is an internal process such
+      as autovacuum.