diff --git a/examples/tutorial b/examples/tutorial index c4d322f0de6abfc9b07cdbdbb35fbfdac555e986..be8a4b16923a1376e6a0dd1b31a5c093e0e9a976 100644 --- a/examples/tutorial +++ b/examples/tutorial @@ -1665,7 +1665,7 @@ The server signifies to us that it has sent all of the pending data by closing the write end of its connection. The client sees the closing of the server's write end as an END-OF-FILE on the socket connected to the server. -We show this example as a difference to ex5aq-client. +We show this example as a difference to ex5a-client. 0. Shutdown the write end of the socket to the server: diff --git a/examples/tutorial.tmpl b/examples/tutorial.tmpl index f9c810b8bdb4cb7fec1d0fcb9179a173daba7ef4..50b0b9d1fb8ccc2d12bcda485edfe210c7b02a49 100644 --- a/examples/tutorial.tmpl +++ b/examples/tutorial.tmpl @@ -1029,7 +1029,7 @@ The server signifies to us that it has sent all of the pending data by closing the write end of its connection. The client sees the closing of the server's write end as an END-OF-FILE on the socket connected to the server. -We show this example as a difference to ex5aq-client. +We show this example as a difference to ex5a-client. 0. Shutdown the write end of the socket to the server: