mirror of https://github.com/CrimsonTome/tldr.git
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
parent
ec6a3682f0
commit
a8cbf084db
|
@ -1,7 +1,7 @@
|
||||||
# apg
|
# apg
|
||||||
|
|
||||||
> Crea password randomiche arbitrariamente complesse.
|
> 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):
|
- Genera password randomiche (la lunghezza predefinita è 8):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# apg
|
# apg
|
||||||
|
|
||||||
> 임의로 복잡한 랜덤 암호를 만듭니다.
|
> 임의로 복잡한 랜덤 암호를 만듭니다.
|
||||||
> 더 많은 정보: <https://manpages.debian.org/latest/apg/apg.1.html>.
|
> 더 많은 정보: <https://manpages.debian.org/latest/apg/apg.1>.
|
||||||
|
|
||||||
- 임의 비밀번호 생성 (기본 비밀번호 길이는 8):
|
- 임의 비밀번호 생성 (기본 비밀번호 길이는 8):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# apg
|
# apg
|
||||||
|
|
||||||
> Criar senhas aleatórias arbitrariamente complexas.
|
> 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):
|
- Criar senha aleatória (tamanho padrão para as senhas é 8 caracteres):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# apg
|
# apg
|
||||||
|
|
||||||
> Creates arbitrarily complex random passwords.
|
> 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):
|
- Create random passwords (default password length is 8):
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
|
|
||||||
`apropos -l {{regular_expression}}`
|
`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}}`
|
`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}`
|
||||||
|
|
Loading…
Reference in New Issue