From 61d310601b8a6783339c38541fbc4fa74d221961 Mon Sep 17 00:00:00 2001 From: erh Date: Thu, 18 Feb 1999 00:58:49 +0000 Subject: [PATCH] Add the section number to the poll xref. --- lib/libc/sys/accept.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index 73192b2f31c5..29c2c3d61a34 100644 --- a/lib/libc/sys/accept.2 +++ b/lib/libc/sys/accept.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: accept.2,v 1.9 1999/02/10 18:20:02 kleink Exp $ +.\" $NetBSD: accept.2,v 1.10 1999/02/18 00:58:49 erh Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -165,7 +165,7 @@ The system file table is full. .Xr bind 2 , .Xr connect 2 , .Xr listen 2 , -.Xr poll , +.Xr poll 2 , .Xr select 2 , .Xr socket 2 .Sh HISTORY