Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Fix a typo.
details: https://anonhg.NetBSD.org/src/rev/0aa68ef53cab
branches: trunk
changeset: 476378:0aa68ef53cab
user: hwr <hwr%NetBSD.org@localhost>
date: Wed Sep 15 09:41:51 1999 +0000
description:
Fix a typo.
diffstat:
share/man/man9/ioctl.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cd398ce789fc -r 0aa68ef53cab share/man/man9/ioctl.9
--- a/share/man/man9/ioctl.9 Wed Sep 15 08:48:17 1999 +0000
+++ b/share/man/man9/ioctl.9 Wed Sep 15 09:41:51 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ioctl.9,v 1.2 1999/03/16 00:40:47 garbled Exp $
+.\" $NetBSD: ioctl.9,v 1.3 1999/09/15 09:41:51 hwr Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -92,7 +92,7 @@
.It pt
This specifyies the type of the passed parameter. This one gets internally
transformed to the size of the parameter, so if you e.g. want to pass
-a structure, then you have to spezify that structure and not a pointer
+a structure, then you have to specify that structure and not a pointer
to it or sizeof(struct foo)
.El
Home |
Main Index |
Thread Index |
Old Index