fix formatting on Appendix C for command line.

pull/51/head
Lyn Perrine 6 years ago
parent 94a6280e14
commit 836844c5b7

@ -6,17 +6,20 @@ The command line is a different way of interfaceing with your computer that whil
One important way to learn about the command line of each command that can be used in Lubuntu is a bit beyond the scope of the manual but to learn more about a command and all of its options run the following fi you wanted to learn more about the df or disk free command One important way to learn about the command line of each command that can be used in Lubuntu is a bit beyond the scope of the manual but to learn more about a command and all of its options run the following fi you wanted to learn more about the df or disk free command
.. code:: .. code::
man df
man df
will show you info and explanation of the df command. One really useful option shown is for example is the -h for human readable output. so runing will show you info and explanation of the df command. One really useful option shown is for example is the -h for human readable output. so runing
.. code:: .. code::
df -h
df -h
will make a much nicer output than will make a much nicer output than
.. code:: .. code::
df
df

Loading…
Cancel
Save