From ffc3e08c2fa0d2f852826d7cb5fcf8964b8a404c Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 8 Oct 2016 16:20:44 +0200 Subject: [PATCH] uri.7: Use "example.com" as example domain The owner of the "xyz.com" domain might not be happy that their domain is used in examples. RFC 2606 reserves (among others) "example.com" for this purpose, so let's use it. Signed-off-by: Jakub Wilk --- man7/uri.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/uri.7 b/man7/uri.7 index d1f20e504..4d3fc6a56 100644 --- a/man7/uri.7 +++ b/man7/uri.7 @@ -124,8 +124,8 @@ The is the name of the host computer, either its name as determined by DNS or an IP address (numbers separated by periods). Thus the URI - -logs into a web server on host xyz.com + +logs into a web server on host example.com as fred (using fredpassword) using port 8080. Avoid including a password in a URI if possible because of the many security risks of having a password written down.