From 28a375c45afdba7c3c465a548a271c1d2506ceb3 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 7 Sep 1996 21:51:53 +0000 Subject: [PATCH] Cross-reference poll(2). --- lib/libc/sys/select.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 826bb466e1a3..f73a187142ec 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: select.2,v 1.6 1996/09/07 17:54:26 mycroft Exp $ +.\" $NetBSD: select.2,v 1.7 1996/09/07 21:51:53 mycroft Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -155,6 +155,7 @@ negative or too large. .Xr connect 2 , .Xr getdtablesize 2 , .Xr gettimeofday 2 , +.Xr poll 2 , .Xr read 2 , .Xr recv 2 , .Xr send 2 ,