mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-22 17:06:50 +08:00
reformatted
This commit is contained in:
parent
6c47f3b08a
commit
2fe06ffdf2
1 changed files with 3 additions and 1 deletions
|
|
@ -75,7 +75,9 @@ The error string is produced by `perror()`.
|
||||||
|
|
||||||
## man
|
## man
|
||||||
|
|
||||||
Here is where you will get documentation for `perror()`, `opendir()`, `closedir()`, and `readdir()`. The man page for `readdir()` also describes `struct dirent`.
|
Here is where you will get documentation for `perror()`, `opendir()`,
|
||||||
|
`closedir()`, and `readdir()`. The man page for `readdir()` also
|
||||||
|
describes `struct dirent`.
|
||||||
|
|
||||||
```text
|
```text
|
||||||
man perror
|
man perror
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue