stdio.h --> unistd.h

This commit is contained in:
Andrey A. Chernov 1995-03-09 17:45:23 +00:00
parent 0572cd894a
commit b76cc0f831

View File

@ -38,7 +38,7 @@
.Nm getcwd
.Nd get working directory pathname
.Sh SYNOPSIS
.Fd #include <stdio.h>
.Fd #include <unistd.h>
.Ft char *
.Fn getcwd "char *buf" "size_t size"
.Ft char *