From f855dd1b1f035d52551468d7de10603bae786ad2 Mon Sep 17 00:00:00 2001 From: Mia Combeau <52008667+mcombeau@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:29:07 +0200 Subject: [PATCH] man: fix locale option example (#8465) --- pages/linux/man.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/man.md b/pages/linux/man.md index 7138b00b11..8f9c377bf7 100644 --- a/pages/linux/man.md +++ b/pages/linux/man.md @@ -25,7 +25,7 @@ - Display the man page using a specific locale: -`man {{command}} --locale={{locale}}` +`man --locale={{locale}} {{command}}` - Search for manpages containing a search string: