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>
manned-org
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
> Crea password randomiche arbitrariamente complesse.
> Maggiori informazioni: <https://manpages.debian.org/latest/apg/apg.1.html>.
> Maggiori informazioni: <https://manpages.debian.org/latest/apg/apg.1>.
- Genera password randomiche (la lunghezza predefinita è 8):

View File

@ -1,7 +1,7 @@
# apg
> 임의로 복잡한 랜덤 암호를 만듭니다.
> 더 많은 정보: <https://manpages.debian.org/latest/apg/apg.1.html>.
> 더 많은 정보: <https://manpages.debian.org/latest/apg/apg.1>.
- 임의 비밀번호 생성 (기본 비밀번호 길이는 8):

View File

@ -1,7 +1,7 @@
# apg
> Criar senhas aleatórias arbitrariamente complexas.
> Mais informações: <https://manpages.debian.org/latest/apg/apg.1.html>.
> Mais informações: <https://manpages.debian.org/latest/apg/apg.1>.
- Criar senha aleatória (tamanho padrão para as senhas é 8 caracteres):

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}}`