aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/execve.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-05-23 01:05:25 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-05-23 01:05:25 +0000
commit712dc76e87bd7bbeb3f781e690886b69a1f9c5ca (patch)
tree20c0191307a05862d54f0d7211d2ee3ad63fa87a /lib/libc/sys/execve.2
parent0a47b48b9f61ddbac24f3f22e1f266acdd493080 (diff)
downloadsrc-712dc76e87bd7bbeb3f781e690886b69a1f9c5ca.tar.gz
src-712dc76e87bd7bbeb3f781e690886b69a1f9c5ca.zip
Fixed various problems: typos, grammer, missing include files
wrong function type declarations, and wrong argument type declarations.
Notes
Notes: svn path=/head/; revision=15874
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r--lib/libc/sys/execve.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 8375d68fc3c3..4db261896152 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -244,7 +244,7 @@ is larger than the system-imposed limit.
The limit in the system as released is 20480 bytes
.Pf ( Dv NCARGS
in
-.Ao Pa sys/param.h Ac .
+.Ao Pa sys/param.h Ac ) .
.It Bq Er EFAULT
The new process file is not as long as indicated by
the size values in its header.