From 16797e6408c5d25f40e46145b0922ec631fefe64 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 21 Oct 2006 20:36:50 +0000 Subject: Minor markup fix: A comma should be seperated by space from macro argument. This resulted in "pwritev,()" instead of the intended "pwritev()," in the output. MFC after: 3 days --- lib/libc/sys/write.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 428e703..9f57f0d 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -85,7 +85,7 @@ the file without modifying the file pointer. For .Fn writev and -.Fn pwritev, +.Fn pwritev , the .Fa iovec structure is defined as: -- cgit v1.1