Apply suggestions from code review

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:
marchersimon
2021-03-31 17:02:00 +02:00
committed by Starbeamrainbowlabs
parent ec6a3682f0
commit a8cbf084db
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# apg
> Creates arbitrarily complex random passwords.
> More information: <https://manpages.debian.org/latest/apg/apg.1.html>.
> More information: <https://manpages.debian.org/latest/apg/apg.1>.
- Create random passwords (default password length is 8):

View File

@@ -11,6 +11,6 @@
`apropos -l {{regular_expression}}`
- Search for pages only that contain all of the expressions given (AND search):
- Search for pages that contain all of the expressions given:
`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}`