diff options
author | 2014-12-10 07:18:44 +0000 | |
---|---|---|
committer | 2014-12-10 07:18:44 +0000 | |
commit | 4df5df03b490dfd7aaf748841c7e756a243e24d5 (patch) | |
tree | c933fd07391b519cffda5f2ae88a38ca026f5d3d /lib/libc/sys/intro.2 | |
parent | Improve the description and layout of the RUSAGE_* values, and do some (diff) | |
download | wireguard-openbsd-4df5df03b490dfd7aaf748841c7e756a243e24d5.tar.xz wireguard-openbsd-4df5df03b490dfd7aaf748841c7e756a243e24d5.zip |
Prefer .In and .Rv -std
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r-- | lib/libc/sys/intro.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 7e4ef87c04f..2945eda30b9 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.52 2014/11/15 14:41:02 bentley Exp $ +.\" $OpenBSD: intro.2,v 1.53 2014/12/10 07:18:44 guenther Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -30,14 +30,14 @@ .\" .\" @(#)intro.2 8.3 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: November 15 2014 $ +.Dd $Mdocdate: December 10 2014 $ .Dt INTRO 2 .Os .Sh NAME .Nm intro .Nd introduction to system calls and error numbers .Sh SYNOPSIS -.Fd #include <errno.h> +.In errno.h .Sh DESCRIPTION The manual pages in section 2 provide an overview of the system calls, their error returns, and other common definitions and concepts. |