freebsd/*,netbsd/*,openbsd/*,sunos/*: add Korean translation (#13120)

* freebsd/*: add Korean translation

* netbsd/*: add Korean translation

* openbsd/*: add Korean translation

* sunos/*: add Korean translation

* freebsd/look: update Korean translation

* prstat: fix placeholder
This commit is contained in:
코드싸이
2024-06-23 21:09:13 +09:00
committed by GitHub
parent c0889e7573
commit 67f1a6914b
39 changed files with 817 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# pkg_info
> OpenBSD의 패키지에 대한 정보를 확인합니다.
> 같이 보기: `pkg_add`, `pkg_delete`.
> 더 많은 정보: <https://man.openbsd.org/pkg_info>.
- 패키지 이름을 사용해 패키지 검색:
`pkg_info -Q {{패키지}}`
- `pkg_add -l`과 함께 사용할 설치된 패키지 목록을 출력:
`pkg_info -mz`