> For the complete documentation index, see [llms.txt](https://man.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://man.bsdcn.org/man1/perror.1.md).

# perror(1)

`perror` — 将错误号以字符串形式打印

## 名称

`perror`

## 概要

`perror number`

## 描述

`perror` 程序接收一个原始的 errno 值，并将其以字符串形式打印出来。

## 参见

perror(3)

## 历史

`perror` 程序首次出现于 FreeBSD 8.0。

## 作者

George V. Neville-Neil
