diff options
author | 2003-02-18 13:14:42 +0000 | |
---|---|---|
committer | 2003-02-18 13:14:42 +0000 | |
commit | f9dae475f5ffa5b1059fa46d707b0286db2bed07 (patch) | |
tree | 3b1fbfe967079531810661c605203d889ec39afa /lib/libpthread/man | |
parent | sync manpage with actual implementation; david krause and myself (diff) | |
download | wireguard-openbsd-f9dae475f5ffa5b1059fa46d707b0286db2bed07.tar.xz wireguard-openbsd-f9dae475f5ffa5b1059fa46d707b0286db2bed07.zip |
intial -> initial;
the great intial witch hunt, as prompted by tdeval@
os-aix-dso.c: ok henning@
ab.C: ok drahn@
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r-- | lib/libpthread/man/flockfile.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/flockfile.3 b/lib/libpthread/man/flockfile.3 index 83785f65e5f..1a57ac88441 100644 --- a/lib/libpthread/man/flockfile.3 +++ b/lib/libpthread/man/flockfile.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flockfile.3,v 1.7 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: flockfile.3,v 1.8 2003/02/18 13:14:43 jmc Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Dt FLOCKFILE 3 @@ -53,7 +53,7 @@ function. Logically, there is a lock count associated with each .Ft "FILE *" object. -This count is implicitly intialized to zero when the +This count is implicitly initialized to zero when the .Ft "FILE *" object is created. The |