eol, eqn, erl, ern, errno: add Korean translation (#14219)

This commit is contained in:
HoJeong Im
2024-10-16 16:00:52 +09:00
committed by GitHub
parent 49aa23dbb0
commit 6a9bf39ab2
5 changed files with 109 additions and 0 deletions

20
pages.ko/common/errno.md Normal file
View File

@@ -0,0 +1,20 @@
# errno
> 오류 번호 이름과 설명을 검색.
> 더 많은 정보: <https://joeyh.name/code/moreutils/>.
- 이름이나 코드로 오류 번호 설명 조회:
`errno {{name|code}}`
- 모든 오류 번호 이름, 코드 및 설명을 나열:
`errno --list`
- 설명에 주어진 텍스트가 모두 포함된 코드를 검색:
`errno --search {{텍스트}}`
- 설명에 주어진 텍스트 (모든 로케일)가 모두 포함된 코드를 검색:
`errno --search-all-locales {{텍스트}}`