diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index b100a212f..096da68d9 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -203,7 +203,7 @@ #replace="yes"> -# Listener accepting HTML5 WebSocket connections. +# Listener accepting WebSocket connections. # Requires the websocket module and SHA-1 hashing support (provided by the sha1 # module). # diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index b1a9ef247..0ee2d8710 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -2478,7 +2478,7 @@ # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# WebSocket module: Adds HTML5 WebSocket support. +# WebSocket module: Adds WebSocket support. # Specify hook="websocket" in a tag to make that port accept # WebSocket connections. Compatible with TLS (SSL). # Requires SHA-1 hash support available in the sha1 module.