diff options
author | 2019-11-27 20:53:05 +0000 | |
---|---|---|
committer | 2019-11-27 20:53:05 +0000 | |
commit | fe1e2f7c23ad8bbb03a56d1c6af995b2861a1dd9 (patch) | |
tree | a3c96136ba207c3fe2c55c03e58d44f3da5f6125 /lib/libc | |
parent | Only print the basename of skipped test files. (diff) | |
download | wireguard-openbsd-fe1e2f7c23ad8bbb03a56d1c6af995b2861a1dd9.tar.xz wireguard-openbsd-fe1e2f7c23ad8bbb03a56d1c6af995b2861a1dd9.zip |
tweak previous: add missing name after .Fn, delete stray .Pp,
and drop NetBSD RCS tag apparently left over from copy & paste
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/msyscall.2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/msyscall.2 b/lib/libc/sys/msyscall.2 index 51eef032baa..c1134a165f8 100644 --- a/lib/libc/sys/msyscall.2 +++ b/lib/libc/sys/msyscall.2 @@ -1,5 +1,4 @@ -.\" $OpenBSD: msyscall.2,v 1.1 2019/11/27 19:45:24 deraadt Exp $ -.\" $NetBSD: mprotect.2,v 1.6 1995/10/12 15:41:08 jtc Exp $ +.\" $OpenBSD: msyscall.2,v 1.2 2019/11/27 20:53:05 schwarze Exp $ .\" .\" Copyright (c) 2019 Theo de Raadt <deraadt@openbsd.org> .\" @@ -49,7 +48,6 @@ only, and may be called only once to indicate the location of the loaded .Pa libc.so library. -.Pp .Sh RETURN VALUES .Rv -std .Sh ERRORS @@ -60,7 +58,7 @@ will fail if: The specified address range would wrap around. .It Bq Er EPERM Attempt to call -.Fn +.Fn msyscall after .Xr ld.so 1 has called it. |