diff --git a/pages/common/ippevepcl.md b/pages/common/ippevepcl.md index 77db209b3d..d15ef0feff 100644 --- a/pages/common/ippevepcl.md +++ b/pages/common/ippevepcl.md @@ -11,4 +11,4 @@ - Print a file from `stdin` to `stdout`: -`{{wget -O - https://examplewebsite.com/file}} | ippeveps` +`{{wget -O - https://example.com/file}} | ippeveps` diff --git a/pages/common/ippeveps.md b/pages/common/ippeveps.md index f713343904..c59d7a73af 100644 --- a/pages/common/ippeveps.md +++ b/pages/common/ippeveps.md @@ -11,4 +11,4 @@ - Print a file from `stdin` to `stdout`: -`{{wget {{[-O|--output-document]}} - https://examplewebsite.com/file}} | ippeveps` +`{{wget {{[-O|--output-document]}} - https://example.com/file}} | ippeveps` diff --git a/pages/common/ngrok.md b/pages/common/ngrok.md index 90d5a0b4fb..49bcf6546a 100644 --- a/pages/common/ngrok.md +++ b/pages/common/ngrok.md @@ -21,4 +21,4 @@ - Expose TLS traffic for a specific host and port: -`ngrok tls -hostname={{foo.com}} {{443}}` +`ngrok tls -hostname={{example.com}} {{443}}` diff --git a/pages/linux/exiqgrep.md b/pages/linux/exiqgrep.md index 27b470a905..c0dc29c9ae 100644 --- a/pages/linux/exiqgrep.md +++ b/pages/linux/exiqgrep.md @@ -5,19 +5,19 @@ - Match the sender address using a case-insensitive search: -`exiqgrep -f '<{{email@somedomain.com}}>'` +`exiqgrep -f '<{{email@example.com}}>'` - Match the sender address and display message IDs only: -`exiqgrep -i -f '<{{email@somedomain.com}}>'` +`exiqgrep -i -f '<{{email@example.com}}>'` - Match the recipient address: -`exiqgrep -r '{{email@somedomain.com}}'` +`exiqgrep -r '{{email@example.com}}'` - Remove all messages matching the sender address from the queue: -`exiqgrep -i -f '<{{email@somedomain.com}}>' | xargs exim -Mrm` +`exiqgrep -i -f '<{{email@example.com}}>' | xargs exim -Mrm` - Test for bounced messages: