From 1c276b3fae6bc2dafce8f5dada0f5600a45ab18c Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 21 Apr 2004 12:16:00 +0000 Subject: [PATCH] Mark up NULL, and fix a minus. --- lib/libc/sys/getvfsstat.2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/getvfsstat.2 b/lib/libc/sys/getvfsstat.2 index 09c4089a1938..87ecf0f240b6 100644 --- a/lib/libc/sys/getvfsstat.2 +++ b/lib/libc/sys/getvfsstat.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: getvfsstat.2,v 1.1 2004/04/21 01:05:32 christos Exp $ +.\" $NetBSD: getvfsstat.2,v 1.2 2004/04/21 12:16:00 wiz Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -59,7 +59,8 @@ up to the size specified by .Pp If .Fa buf -is given as NULL, +is given as +.Dv NULL , .Fn getvfsstat returns just the number of mounted file systems. .Pp @@ -82,7 +83,7 @@ unable to respond. Upon successful completion, the number of .Fa statvfs structures is returned. -Otherwise, -1 is returned and the global variable +Otherwise, \-1 is returned and the global variable .Va errno is set to indicate the error. .Sh ERRORS