From 8431dbf2a011ffaf929fdd715835d2137c0770ed Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sun, 26 Sep 1999 16:05:02 +0000 Subject: .Nm -> .Fn --- lib/libc/sys/read.2 | 4 ++-- lib/libc/sys/write.2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index 4c25c984adb..c39fcf005c8 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: read.2,v 1.13 1999/09/26 16:00:35 espie Exp $ +.\" $OpenBSD: read.2,v 1.14 1999/09/26 16:05:01 espie Exp $ .\" $NetBSD: read.2,v 1.6 1995/02/27 12:35:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -207,7 +207,7 @@ to range between and .Dv SIZE_MAX \- 2, in which case the return value of an error-free -.Nm read +.Fn read may appear as a negative number distinct from \-1. Proper loops should use .Bd -literal diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index ce5e17a3cdb..71f3aa4cb3f 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.2,v 1.15 1999/09/26 16:00:35 espie Exp $ +.\" $OpenBSD: write.2,v 1.16 1999/09/26 16:05:01 espie Exp $ .\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -235,7 +235,7 @@ to range between and .Dv SIZE_MAX \- 2, in which case the return value of an error-free -.Nm write +.Fn write may appear as a negative number distinct from \-1. Proper loops should use .Bd -literal -- cgit v1.2.3