mkfifoat.3: s/system call/function/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-04 13:51:21 +01:00
parent fc1d1e69ed
commit c5b2fa15ed
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
.\" %%%LICENSE_END
.\"
.\"
.TH MKFIFOAT 3 2009-12-13 "Linux" "Linux Programmer's Manual"
.TH MKFIFOAT 3 2014-02-04 "Linux" "Linux Programmer's Manual"
.SH NAME
mkfifoat \- make a FIFO (named pipe) relative to a directory file descriptor
.SH SYNOPSIS
@ -55,7 +55,7 @@ _ATFILE_SOURCE
.SH DESCRIPTION
The
.BR mkfifoat ()
system call operates in exactly the same way as
function operates in exactly the same way as
.BR mkfifo (3),
except for the differences described in this manual page.