summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-09-04 22:14:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-09-04 22:14:44 +0000
commit741da2d2f4dd6091c93080f4edfffa157f26df50 (patch)
treecb79d3b313a6066ccd0693fc376f829151b56ef3 /lib
parent5ebba3bcdd5f72b4465da531536951afe3fd543f (diff)
put escapes in the right place;
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/execve.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 4784bc321f1..9b6391b4954 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: execve.2,v 1.24 2003/07/02 08:38:05 tedu Exp $
+.\" $OpenBSD: execve.2,v 1.25 2003/09/04 22:14:42 jmc Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -63,7 +63,7 @@ with zero data; see
An interpreter file begins with a line of the form:
.Pp
.Bd -filled -offset indent -compact
-.Sy \&#!
+.Sy #!\&
.Em interpreter
.Bq Em arg
.Ed