From 3894e13892b5080bcc9149e1ef5e43b055088a03 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 21 Feb 2014 08:46:23 +0100 Subject: [PATCH] chmod.2: Post-merge reworking of text Signed-off-by: Michael Kerrisk --- man2/chmod.2 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/man2/chmod.2 b/man2/chmod.2 index ddaf3d77c..4a4875c82 100644 --- a/man2/chmod.2 +++ b/man2/chmod.2 @@ -79,7 +79,11 @@ _ATFILE_SOURCE .PD .ad .SH DESCRIPTION -These system calls change the permissions of a file. +The +.BR chmod () +and +.BR fchmod () +system calls change the permissions of a file. They differ only in how the file is specified: .IP * 2 .BR chmod () @@ -225,7 +229,9 @@ On error, \-1 is returned, and .I errno is set appropriately. .SH ERRORS -Depending on the filesystem, other errors can be returned. +Depending on the filesystem, +errors other than those listed below can be returned. + The more general errors for .BR chmod () are listed below: