diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-06-02 15:34:14 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-06-02 15:34:14 +0000 |
commit | f8801468131ec6025be40f869dfb4e21ccfbd520 (patch) | |
tree | 3d71fadb95184a3acc98b5de84226d6853bbf23a /share/man/man9/devclass_find.9 | |
parent | d6071d2f5f2f599bc09525b83d2c26eea6872171 (diff) |
Notes
Diffstat (limited to 'share/man/man9/devclass_find.9')
-rw-r--r-- | share/man/man9/devclass_find.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/devclass_find.9 b/share/man/man9/devclass_find.9 index 93f186b42f5ef..6c1ef44f0d126 100644 --- a/share/man/man9/devclass_find.9 +++ b/share/man/man9/devclass_find.9 @@ -41,11 +41,11 @@ .Fn devclass_find "const char *classname" .Sh DESCRIPTION Search for the -.Nm +.Vt devclass with the specified name. .Sh RETURN VALUES If the -.Nm +.Vt devclass exists, it is returned, otherwise .Dv NULL is returned. |