Module Name: src Committed By: wiz Date: Mon Sep 16 04:54:23 UTC 2019
Modified Files: src/lib/libc/sys: execve.2 Log Message: Add missing word, add comma in enumeration. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/execve.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/execve.2 diff -u src/lib/libc/sys/execve.2:1.42 src/lib/libc/sys/execve.2:1.43 --- src/lib/libc/sys/execve.2:1.42 Sun Sep 15 16:55:00 2019 +++ src/lib/libc/sys/execve.2 Mon Sep 16 04:54:23 2019 @@ -1,4 +1,4 @@ -.\" $NetBSD: execve.2,v 1.42 2019/09/15 16:55:00 christos Exp $ +.\" $NetBSD: execve.2,v 1.43 2019/09/16 04:54:23 wiz Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -220,7 +220,7 @@ to the arguments themselves. .Pp The .Fn fexecve -ignores the file offset of +function ignores the file offset of .Fa fd . Since execute permission is checked by .Fn fexecve , @@ -356,7 +356,7 @@ argument is not a valid file descriptor .Xr elf 5 , .\" .Xr fdescfs 5 , .Xr environ 7 , -.Xr script 7 +.Xr script 7 , .Xr mount 8 .Sh STANDARDS The