mirror of
https://github.com/opsschool/curriculum.git
synced 2026-01-15 12:15:03 +00:00
Adds missing newline & grammatical corrections (#326)
* Adds missing newline Without the newline the TODO is not being understood by Sphinx * Grammatical correction Adds a missing comma * Grammatical correction * Grammatical correction
This commit is contained in:
committed by
Mike Fiedler
parent
21d364d3c5
commit
0a0933995c
@@ -7,7 +7,7 @@ Workflow
|
||||
What is a package manager?
|
||||
==========================
|
||||
|
||||
Modern operating systems use package managers to take care of the installation
|
||||
Modern operating systems use package managers to take care of the installation,
|
||||
maintenance and removal of software. On Windows this is `Windows Installer
|
||||
<http://en.wikipedia.org/wiki/Windows_Installer>`_ (formerly Microsoft
|
||||
Installer). On Linux there are two popular package managers:
|
||||
@@ -26,7 +26,7 @@ same functionality:
|
||||
RPM and yum (RedHat, CentOS, Fedora, Scientific Linux)
|
||||
======================================================
|
||||
|
||||
In the following examples, we will be using the package ``dstat`` in our examples. The
|
||||
In the following examples, we will be using the package ``dstat``. The
|
||||
process however applies to any software you may want to install.
|
||||
|
||||
Yum provides a wrapper around RPM, which can be used to search for, and install
|
||||
|
||||
Reference in New Issue
Block a user