diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-09-26 16:05:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-09-26 16:05:02 +0000 |
commit | 8431dbf2a011ffaf929fdd715835d2137c0770ed (patch) | |
tree | 593f2628455d58a515b9d1f729917b8e0fda633b /lib | |
parent | 219301efd919d602b68268886f99aba90bf43352 (diff) |
.Nm -> .Fn
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/read.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/write.2 | 4 |
2 files changed, 4 insertions, 4 deletions
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 |