From 89199d9892e59980f2eca66b561d26cb53f694da Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Tue, 12 Feb 2019 17:37:35 +0100 Subject: [socket|doc] Forgot to run xmllint (again) --- erts/doc/src/Makefile | 2 ++ erts/doc/src/socket.xml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'erts') diff --git a/erts/doc/src/Makefile b/erts/doc/src/Makefile index fdfd81c2f3..06a8691c0e 100644 --- a/erts/doc/src/Makefile +++ b/erts/doc/src/Makefile @@ -149,6 +149,8 @@ $(INFO_FILE): $(INFO_FILE_SRC) $(ERL_TOP)/make/$(TARGET)/otp.mk debug opt: +ldocs: xmllint local_docs + clean: rm -rf $(HTMLDIR)/* rm -rf $(XMLDIR) diff --git a/erts/doc/src/socket.xml b/erts/doc/src/socket.xml index 8a68ee3e90..05ffc8f074 100644 --- a/erts/doc/src/socket.xml +++ b/erts/doc/src/socket.xml @@ -305,9 +305,9 @@ on what kind of socket it is (domain, type and protocol).

- See the +

See the socket options - chapter of the users guide for more info. + chapter of the users guide for more info.

Not all options are valid on all platforms. That is, even if "we" support an option, that does not mean that the @@ -328,9 +328,9 @@ using "native mode", it is *currently* up to the caller to know how to interpret the result.

- See the +

See the socket options - chapter of the users guide for more info. + chapter of the users guide for more info.

Not all options are valid on all platforms. That is, even if "we" support an option, that does not mean that the @@ -513,9 +513,9 @@ what kind of socket it is (domain, type and protocol).

- See the +

See the socket options - chapter of the users guide for more info. + chapter of the users guide for more info.

Not all options are valid on all platforms. That is, even if "we" support an option, that does not mean that the @@ -536,9 +536,9 @@ what kind of socket it is (domain, type and protocol).

- See the +

See the socket options - chapter of the users guide for more info. + chapter of the users guide for more info.

Not all options are valid on all platforms. That is, even if "we" support an option, that does not mean that the -- cgit v1.2.3