diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-11-27 20:53:06 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-11-27 20:53:06 +0000 |
commit | 918dac86a40213885c0b1b216185934d2372a2fb (patch) | |
tree | ac460cf41074d50279ea3eb97508183e0cdf3a4c /lib | |
parent | 738258178154bbf6051d17dd40b968afb6901513 (diff) |
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')
-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. |