Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Add missing word, add comma in enumeration.



details:   https://anonhg.NetBSD.org/src/rev/28b36e8b3805
branches:  trunk
changeset: 459583:28b36e8b3805
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 16 04:54:23 2019 +0000

description:
Add missing word, add comma in enumeration.

diffstat:

 lib/libc/sys/execve.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c0f0e0be12c4 -r 28b36e8b3805 lib/libc/sys/execve.2
--- a/lib/libc/sys/execve.2     Mon Sep 16 04:49:46 2019 +0000
+++ b/lib/libc/sys/execve.2     Mon Sep 16 04:54:23 2019 +0000
@@ -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 @@
 .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 @@
 .Xr elf 5 ,
 .\" .Xr fdescfs 5 ,
 .Xr environ 7 ,
-.Xr script 7
+.Xr script 7 ,
 .Xr mount 8
 .Sh STANDARDS
 The



Home | Main Index | Thread Index | Old Index