mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix the description for mkdtemp(), which creates directories, not files.
Submitted by: Murray S. Kucherawy <msk@blackops.org> X-MFC after: re approval
This commit is contained in:
parent
61856f3619
commit
8f3e32c2b6
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ library conforms to
|
|||
.It "getw get next character or word from input stream"
|
||||
.It "getwc get next wide character from input stream"
|
||||
.It "getwchar get next wide character from input stream"
|
||||
.It "mkdtemp create unique temporary file"
|
||||
.It "mkdtemp create unique temporary directory"
|
||||
.It "mkstemp create unique temporary file"
|
||||
.It "mktemp create unique temporary file"
|
||||
.It "perror system error messages"
|
||||
|
|
|
|||
Loading…
Reference in a new issue