Fix capitalisation of openSUSE

This commit is contained in:
Stoppedpuma 2024-06-08 03:48:52 +02:00 committed by Alex
parent 3756c6853a
commit 57508bd7ea
7 changed files with 9 additions and 9 deletions

View file

@ -119,7 +119,7 @@ If there is no predictable label it can be omitted.
## Additional recommended documentation
* [The AppArmor Core Policy Reference](https://gitlab.com/apparmor/apparmor/-/wikis/AppArmor_Core_Policy_Reference)
* [The OpenSUSE Documentation](https://doc.opensuse.org/documentation/leap/security/html/book-security/part-apparmor.html)
* [The openSUSE Documentation](https://doc.opensuse.org/documentation/leap/security/html/book-security/part-apparmor.html)
* https://documentation.suse.com/sles/12-SP5/html/SLES-all/cha-apparmor-intro.html
* [The AppArmor.d man page](https://man.archlinux.org/man/apparmor.d.5)
* [F**k AppArmor](https://presentations.nordisch.org/apparmor/#/)

View file

@ -29,7 +29,7 @@ make pkg
make dpkg
```
**:simple-suse: OpenSUSE**
**:simple-suse: openSUSE**
```sh
make rpm
```

View file

@ -47,7 +47,7 @@ To build a VM image for development purpose, run the following from the `tests`
| Arch Linux | Gnome | `make archlinux flavor=gnome` | `arch-gnome` |
| Arch Linux | KDE | `make archlinux flavor=kde` | `arch-kde` |
| Debian | Server | `make debian flavor=server` | `debian-server` |
| OpenSUSE | KDE | `make opensuse flavor=kde` | `opensuse-kde` |
| openSUSE | KDE | `make opensuse flavor=kde` | `opensuse-kde` |
| Ubuntu | Server | `make ubuntu flavor=server` | `ubuntu-server` |
| Ubuntu | Desktop | `make ubuntu falvor=desktop` | `ubuntu-desktop` |