diff options
author | 1999-09-26 16:05:01 +0000 | |
---|---|---|
committer | 1999-09-26 16:05:01 +0000 | |
commit | 8b9f4e7d9b98a4096cb94ac9911e45d445a9e367 (patch) | |
tree | 33406cd0c0f5c91b1b0bea89fa2802a9fd61faff /lib/libc/sys | |
parent | Proper coding idioms. (diff) | |
download | wireguard-openbsd-8b9f4e7d9b98a4096cb94ac9911e45d445a9e367.tar.xz wireguard-openbsd-8b9f4e7d9b98a4096cb94ac9911e45d445a9e367.zip |
.Nm -> .Fn
Diffstat (limited to 'lib/libc/sys')
-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 |