From 8c825cdaaec3c4396c9f0cc6594e367121067d17 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 28 Jan 2020 12:56:55 -0500 Subject: docs: replace '~' with $HOME in markdown as '~' isn't rendered properly Apparently, a tilde is currently rendered as a single space, making a mess of command examples that use it, so use $HOME instead. https://github.com/mattermost/mattermost-server/issues/8228 Signed-off-by: Robert P. J. Day --- docs/source/markdown/podman-remote.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/markdown/podman-remote.1.md') diff --git a/docs/source/markdown/podman-remote.1.md b/docs/source/markdown/podman-remote.1.md index eab2405b2..a7297f3f2 100644 --- a/docs/source/markdown/podman-remote.1.md +++ b/docs/source/markdown/podman-remote.1.md @@ -135,7 +135,7 @@ the exit codes follow the `chroot` standard, see below: ## FILES -**podman-remote.conf** (`~/.config/containers/podman-remote.conf`) +**podman-remote.conf** (`$HOME/.config/containers/podman-remote.conf`) The podman-remote.conf file is the default configuration file for the podman remote client. It is in the TOML format. It is primarily used to keep track -- cgit v1.2.3-54-g00ecf