From 3abbeff06172293ad788f21f2dc4c3e2d4059539 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 25 Dec 2019 01:28:50 -0800 Subject: [PATCH] Add q to quit man page --- source/C/command_line.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/C/command_line.rst b/source/C/command_line.rst index 969ae900..26c0a5a0 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -10,7 +10,7 @@ An exhaustive tutorial on the command line is a bit beyond the scope of the manu man df -This will show you the user manual for the df command containing and explanation of the command and other useful information. For example is the -h option gives a human readable output. If the manual is way too long you can press the :kbd:`/` key and type in what you want to search for. +This will show you the user manual for the df command containing and explanation of the command and other useful information. For example is the -h option gives a human readable output. If the manual is way too long you can press the :kbd:`/` key and type in what you want to search for. To quit a man page press :kbd:`q`. .. code::