diff options
author | jh <jh@FreeBSD.org> | 2010-10-24 16:10:32 +0000 |
---|---|---|
committer | jh <jh@FreeBSD.org> | 2010-10-24 16:10:32 +0000 |
commit | d5b2b0a30ff2f9f2c524005c77d18d36f4c37565 (patch) | |
tree | 9c742a27c048d61f315f97d99d457c22ffa4b085 /share/man | |
parent | 8c0783a03aeafef767e9af0f48a45302964a8b98 (diff) | |
download | FreeBSD-src-d5b2b0a30ff2f9f2c524005c77d18d36f4c37565.zip FreeBSD-src-d5b2b0a30ff2f9f2c524005c77d18d36f4c37565.tar.gz |
Use .Dv with NULL.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/make_dev.9 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/make_dev.9 b/share/man/man9/make_dev.9 index d846d57..54b3ae1 100644 --- a/share/man/man9/make_dev.9 +++ b/share/man/man9/make_dev.9 @@ -271,7 +271,9 @@ After .Fn destroy_dev is finished, and if the supplied .Fa cb -is not NULL, the callback +is not +.Dv NULL , +the callback .Fa cb is called, with argument .Fa arg . |