diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-29 18:15:53 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-29 18:15:53 +0000 |
commit | 8e6563cb8f33fb45e0e9aefe822926fd0278052a (patch) | |
tree | 6637a942b9c6a4a2400df617ea113dac1bde7745 /lib/libc/sys | |
parent | e4989fa16cf01cd656f995ff80494329387e8488 (diff) |
man pages: add missing word, The foo() ... -> The foo() function ...
ok jmc@ schwarze@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/fcntl.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index bb9277729c9..765eecb0f94 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fcntl.2,v 1.33 2019/09/06 08:39:27 asou Exp $ +.\" $OpenBSD: fcntl.2,v 1.34 2022/03/29 18:15:52 naddy Exp $ .\" $NetBSD: fcntl.2,v 1.6 1995/02/27 12:32:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)fcntl.2 8.2 (Berkeley) 1/12/94 .\" -.Dd $Mdocdate: September 6 2019 $ +.Dd $Mdocdate: March 29 2022 $ .Dt FCNTL 2 .Os .Sh NAME @@ -43,7 +43,7 @@ .Sh DESCRIPTION The .Fn fcntl -provides control over the properties of a file that is already open. +system call provides control over the properties of a file that is already open. The argument .Fa fd is a descriptor to be operated on by |