diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-02-22 07:04:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-02-22 07:04:51 +0000 |
commit | e3c66e7607235eb9b3aa94c34b1b1bc5898ab509 (patch) | |
tree | 4463b74f05c4cbca060419f902a267653d88f045 /lib/libc | |
parent | 3fdff4014325368146aecde49935888dbbe4afef (diff) |
remove .Pp before .Sh;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/syscall.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/syscall.2 b/lib/libc/sys/syscall.2 index e80511d6208..754d012f246 100644 --- a/lib/libc/sys/syscall.2 +++ b/lib/libc/sys/syscall.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syscall.2,v 1.15 2023/02/11 23:07:28 deraadt Exp $ +.\" $OpenBSD: syscall.2,v 1.16 2023/02/22 07:04:50 jmc Exp $ .\" $NetBSD: syscall.2,v 1.4 1995/02/27 12:38:53 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)syscall.2 8.1 (Berkeley) 6/16/93 .\" -.Dd $Mdocdate: February 11 2023 $ +.Dd $Mdocdate: February 22 2023 $ .Dt SYSCALL 2 .Os .Sh NAME @@ -49,7 +49,6 @@ interface has the specified with the specified arguments. Symbolic constants for system calls can be found in the header file .In sys/syscall.h . -.Pp .Sh RETURN VALUES The return values are defined by the system call being invoked. In general, for system calls returning |