diff options
author | 2003-09-04 22:14:42 +0000 | |
---|---|---|
committer | 2003-09-04 22:14:42 +0000 | |
commit | e0ba81e6c440851f180c9fde2c33db0679f55bd8 (patch) | |
tree | 5ff86683cfed936cf58b62751b45cbb73b530724 /lib/libc | |
parent | update lists of packages for 3.4 (diff) | |
download | wireguard-openbsd-e0ba81e6c440851f180c9fde2c33db0679f55bd8.tar.xz wireguard-openbsd-e0ba81e6c440851f180c9fde2c33db0679f55bd8.zip |
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/libc')
-rw-r--r-- | lib/libc/sys/execve.2 | 4 |
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 |