summaryrefslogtreecommitdiff
path: root/share/man/man5/types.5
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-26 04:26:01 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-26 04:26:01 +0000
commitafc88d972b6b8111ad84d86b47ae95a4576a9f3a (patch)
tree773b06a3d43591b3f967fef9b599af954d196f13 /share/man/man5/types.5
parent73fecfbf6b26bfff2859905d05ce02787721db6c (diff)
share/man/man5/ man page repairs
Diffstat (limited to 'share/man/man5/types.5')
-rw-r--r--share/man/man5/types.59
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man5/types.5 b/share/man/man5/types.5
index e3e37ad8dcc..e0df03eb5c8 100644
--- a/share/man/man5/types.5
+++ b/share/man/man5/types.5
@@ -1,3 +1,4 @@
+.\" $OpenBSD: types.5,v 1.4 1998/11/26 04:25:59 aaron Exp $
.\" $NetBSD: types.5,v 1.3 1994/11/30 19:31:34 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -43,9 +44,9 @@
.Fd #include <sys/types.h>
.Sh DESCRIPTION
The file
-.Pa sys/types.h
+.Aq Pa sys/types.h
contains the defined data types used in the kernel (most are
-used through out the system).
+used throughout the system).
.Bd -literal
#ifndef _TYPES_H_
#define _TYPES_H_
@@ -138,9 +139,9 @@ typedef struct fd_set {
#endif /* !_TYPES_H_ */
.Ed
.Sh SEE ALSO
-.Xr fs 5 ,
+.Xr lseek 2 ,
.Xr time 3 ,
-.Xr lseek 2
+.Xr fs 5
.Sh HISTORY
A
.Nm