diff options
author | ru <ru@FreeBSD.org> | 2001-08-10 10:53:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-10 10:53:10 +0000 |
commit | 53dd9542207a895eff75628d6e374ae1ab5c8288 (patch) | |
tree | 10f04e3bf617badc993bf7bb1c9c59c09d1598b9 | |
parent | 0f086e4aad5e6cab0d184d1d09fdc29938364e63 (diff) | |
download | FreeBSD-src-53dd9542207a895eff75628d6e374ae1ab5c8288.zip FreeBSD-src-53dd9542207a895eff75628d6e374ae1ab5c8288.tar.gz |
mdoc(7) police: add zdestroy() to NAME.
-rw-r--r-- | share/man/man9/zone.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9 index bd9558a..7458723 100644 --- a/share/man/man9/zone.9 +++ b/share/man/man9/zone.9 @@ -33,7 +33,8 @@ .Nm zinitna , .Nm zinit , .Nm zalloc , -.Nm zfree +.Nm zfree , +.Nm zdestroy .Nd zone allocator .Sh SYNOPSIS .Fd #include <sys/param.h> |