From c5b2fa15ed162b237ef1faf8880899b5790b74c8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 4 Feb 2014 13:51:21 +0100 Subject: [PATCH] mkfifoat.3: s/system call/function/ Signed-off-by: Michael Kerrisk --- man3/mkfifoat.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/mkfifoat.3 b/man3/mkfifoat.3 index 3b9b19ca4..a90365d07 100644 --- a/man3/mkfifoat.3 +++ b/man3/mkfifoat.3 @@ -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.