diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-06-27 08:43:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-06-27 08:43:01 +0000 |
commit | 2e54c02758a417bb62b13449892f83e983f5267f (patch) | |
tree | bec56e14df41961c22c7240ad264ab1298a3f507 /share/man/man9/disk.9 | |
parent | ed784f44b9dcda93d72ebeeead823276ec934b1d (diff) |
Reference NULL using .Dv.
Diffstat (limited to 'share/man/man9/disk.9')
-rw-r--r-- | share/man/man9/disk.9 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9 index 6d5e2e47006..e66c2cae49a 100644 --- a/share/man/man9/disk.9 +++ b/share/man/man9/disk.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disk.9,v 1.15 2000/12/22 00:13:34 avsm Exp $ +.\" $OpenBSD: disk.9,v 1.16 2001/06/27 08:42:59 aaron Exp $ .\" $NetBSD: disk.9,v 1.2 1996/04/08 20:41:25 jtc Exp $ .\" .\" Copyright (c) 1995, 1996 Jason R. Thorpe. @@ -145,8 +145,9 @@ performed by the disk. .It Fn disk_resetstat Reset the running byte, transfer, and time totals. .It Fn disk_find -Return a pointer to the disk structure corresponding to the name provided, -or NULL if the disk does not exist. +Return a pointer to the disk structure corresponding to the name provided, or +.Dv NULL +if the disk does not exist. .El .Pp The functions typically called by device drivers are |