From 844d71d68b868047226df3a0a31a09c86f3bc7f3 Mon Sep 17 00:00:00 2001 From: millert Date: Tue, 28 Jun 2016 17:25:08 +0000 Subject: [PATCH] For the EINVAL case there can be more than a single option. --- lib/libc/gen/fts.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 784b2801cb3..2c7d8061455 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fts.3,v 1.35 2016/06/28 17:21:48 millert Exp $ +.\" $OpenBSD: fts.3,v 1.36 2016/06/28 17:25:08 millert Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -762,7 +762,7 @@ may fail and set as follows: .Bl -tag -width Er .It Bq Er EINVAL -The specified option is invalid or +A specified option is invalid or .Fa path_argv is empty. .El -- 2.20.1