Module Name: src
Committed By: rin
Date: Sat Dec 10 14:13:29 UTC 2016
Modified Files:
src/lib/libc/gen: exec.3
Log Message:
Fix typo; ".Lx" should be ".Nx"
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/gen/exec.3
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/gen/exec.3
diff -u src/lib/libc/gen/exec.3:1.26 src/lib/libc/gen/exec.3:1.27
--- src/lib/libc/gen/exec.3:1.26 Sat Sep 27 16:42:07 2014
+++ src/lib/libc/gen/exec.3 Sat Dec 10 14:13:29 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: exec.3,v 1.26 2014/09/27 16:42:07 wiz Exp $
+.\" $NetBSD: exec.3,v 1.27 2016/12/10 14:13:29 rin Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -284,5 +284,5 @@ The
function appeared first in QNX and the
.Fn execvpe
function exists on both
-.Lx
+.Nx
and QNX.