summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-10-21 18:03:53 +0000
committerru <ru@FreeBSD.org>2006-10-21 18:03:53 +0000
commit85a0824042e988d62ecca332050dffa9e06c53ba (patch)
treec43fd2acd27bfa370d47468e6f83a95ee368e97e
parentfc876fdc9e6770d3c95de10135384974a91baf04 (diff)
downloadFreeBSD-src-85a0824042e988d62ecca332050dffa9e06c53ba.zip
FreeBSD-src-85a0824042e988d62ecca332050dffa9e06c53ba.tar.gz
Avoid a potential hard sentence break.
-rw-r--r--lib/libc/sys/read.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index 7a4487e..d217371 100644
--- a/lib/libc/sys/read.2
+++ b/lib/libc/sys/read.2
@@ -170,7 +170,7 @@ 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
-(i.e. one that might block for an arbitrary amount of time)
+(i.e.\& one that might block for an arbitrary amount of time)
was interrupted by the delivery of a signal
before any data arrived.
.It Bq Er EINVAL
OpenPOWER on IntegriCloud