diff --git a/tldr/docker-login b/tldr/docker-login
index ff2512c5..bc16e9fc 100644
--- a/tldr/docker-login
+++ b/tldr/docker-login
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docker login
> Log into a Docker registry.
-> More information: .
+> More information: .
- Interactively log into a registry:
diff --git a/tldr/docker-logs b/tldr/docker-logs
index ae40c3ea..8f905bb7 100644
--- a/tldr/docker-logs
+++ b/tldr/docker-logs
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docker logs
> Print container logs.
-> More information: .
+> More information: .
- Print logs from a container:
diff --git a/tldr/docker-network b/tldr/docker-network
index 545e0b84..cb65fe61 100644
--- a/tldr/docker-network
+++ b/tldr/docker-network
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docker network
> Create and manage Docker networks.
-> More information: .
+> More information: .
- List all available and configured networks on Docker daemon:
diff --git a/tldr/doggo b/tldr/doggo
index cc09771e..3023905a 100644
--- a/tldr/doggo
+++ b/tldr/doggo
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> DNS client for Humans.
> Written in Golang.
-> More information: .
+> More information: .
- Perform a simple DNS lookup:
diff --git a/tldr/linux/journalctl b/tldr/linux/journalctl
index 57fefece..7d967874 100644
--- a/tldr/linux/journalctl
+++ b/tldr/linux/journalctl
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
- Filter messages within a time range (either timestamp or placeholders like "yesterday"):
-`journalctl --since {{now|today|yesterday|tomorrow}} --until {{YYYY-MM-DD HH:MM:SS}}`
+`journalctl --since {{now|today|yesterday|tomorrow}} --until "{{YYYY-MM-DD HH:MM:SS}}"`
- Show all messages by a specific process:
diff --git a/tldr/osx/tail b/tldr/osx/tail
index fdf594ed..4aa6544a 100644
--- a/tldr/osx/tail
+++ b/tldr/osx/tail
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Display the last part of a file.
> See also: `head`.
-> More information: .
+> More information: .
- Show last 'count' lines in file: