From e2c6da385c766e610719655f6097e48af6de9128 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 2 Jan 2003 09:38:34 +0000 Subject: [PATCH] Drop trailing spaces. --- lib/libc/sys/read.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index 59fefbd63f79..b434b7767778 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: read.2,v 1.22 2002/12/30 12:38:59 sommerfeld Exp $ +.\" $NetBSD: read.2,v 1.23 2003/01/02 09:38:34 wiz Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -149,11 +149,11 @@ points outside the allocated address space. An I/O error occurred while reading from the file system. .It Bq Er EINTR A read from a slow device was interrupted by the delivery of a -signal before any data arrived. +signal before any data arrived. See .Xr sigaction 2 for more information on the interaction between signals and system -calls. +calls. .It Bq Er EINVAL The pointer associated with .Fa d