summaryrefslogtreecommitdiff
path: root/lib/libc/gen/exec.3
diff options
context:
space:
mode:
authorrin <rin@NetBSD.org>2016-12-10 14:13:29 +0000
committerrin <rin@NetBSD.org>2016-12-10 14:13:29 +0000
commit50cd0e61ac7eb071842e9acc6ae55ebdb90aa46d (patch)
tree7a1f145630361ba338a706d1e8a77beda51b41aa /lib/libc/gen/exec.3
parent208f682761035fe729a3995008c25b7e4e13dd85 (diff)
Fix typo; ".Lx" should be ".Nx"
Diffstat (limited to 'lib/libc/gen/exec.3')
-rw-r--r--lib/libc/gen/exec.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index 75a8c4cf446..9c8d0c2c511 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -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.