diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
commit | aaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch) | |
tree | bc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/gen/exec.3 | |
parent | 584fd0812f68bd000624885be123bf263ed152ff (diff) |
make function names the correct case
Diffstat (limited to 'lib/libc/gen/exec.3')
-rw-r--r-- | lib/libc/gen/exec.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index 78ea90d9f07..be5751aa31b 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exec.3,v 1.3 1998/06/27 18:29:52 art Exp $ +.\" $OpenBSD: exec.3,v 1.4 1999/02/27 21:55:02 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -190,7 +190,7 @@ will be set to indicate the error. The shell. .El .Sh ERRORS -.Fn Execl , +.Fn execl , .Fn execle , .Fn execlp and @@ -202,7 +202,7 @@ for any of the errors specified for the library functions and .Xr malloc 3 . .Pp -.Fn Exect +.Fn exect and .Fn execv may fail and set @@ -248,7 +248,7 @@ and upon which they returned. They now return if any error other than the ones described above occurs. .Sh STANDARDS -.Fn Execl , +.Fn execl , .Fn execv , .Fn execle , .Fn execlp |