dev.md: corrected some titles

This commit is contained in:
fatalerrors
2021-10-01 11:24:47 +02:00
parent e7a9b416e1
commit 08d9724f99

View File

@@ -169,7 +169,7 @@ accomplish that function.
That function takes no parameters and any given parameters will be ignored.
#### 5.2.2. pkginst
#### 5.2.2. pkginst \<package_list\>
That function installs using the package manager the packages given in
parameters. The list of parameters are all considered as package names.
@@ -188,7 +188,7 @@ accomplish that function.
That function takes no parameters and any given parameters will be ignored.
#### 5.2.4. pkgrem
#### 5.2.4. pkgrem \<package_list\>
That function uninstalls using the package manager the packages given in
parameters. The list of parameters are all considered as package names.
@@ -222,5 +222,5 @@ the originally UpStart "service" program tend to be available on many systems
and is privileged.
### 6.2. Functions
#### 6.2.1. exec_serv
#### 6.2.1. exec_serv \<service\> \<command\>