From a756667397279936ef833e61570d9b783b1d2114 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 26 Feb 2014 09:58:14 +0100 Subject: [PATCH] umount.2: ERRORS: Add EINVAL case that was new in 2.6.34 --- man2/umount.2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man2/umount.2 b/man2/umount.2 index b0f483547..86fff50a7 100644 --- a/man2/umount.2 +++ b/man2/umount.2 @@ -27,7 +27,7 @@ .\" 2008-10-06, mtk: Created this as a new page by splitting .\" umount/umount2 material out of mount.2 .\" -.TH UMOUNT 2 2010-06-19 "Linux" "Linux Programmer's Manual" +.TH UMOUNT 2 2014-02-26 "Linux" "Linux Programmer's Manual" .SH NAME umount, umount2 \- unmount filesystem .SH SYNOPSIS @@ -136,6 +136,11 @@ and either or .BR MNT_FORCE . .TP +.BR EINVAL " (since Linux 2.6.34)" +.BR umount2 () +was called with an invalid flag value in +.IR flags . +.TP .B ENAMETOOLONG A pathname was longer than .BR MAXPATHLEN .