From f0da3a1c2d4c3c290307223d4808430074559ebc Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 22 Jan 2008 19:17:38 +0000 Subject: [PATCH] Start sentences on new lines, sort links in Makefile, remove trailing space. --- share/man/man9/Makefile | 6 +++--- share/man/man9/zone.9 | 9 +++++---- usr.sbin/dntpd/dntpd.8 | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 13439e0f5b..09350c2117 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/share/man/man9/Makefile,v 1.60.2.26 2003/06/13 01:04:17 hmp Exp $ -# $DragonFly: src/share/man/man9/Makefile,v 1.69 2008/01/21 20:21:19 nth Exp $ +# $DragonFly: src/share/man/man9/Makefile,v 1.70 2008/01/22 19:17:38 swildner Exp $ MAN= accept_filter.9 \ accf_data.9 \ @@ -604,9 +604,9 @@ MLINKS+=vref.9 VREF.9 MLINKS+=vslock.9 vsunlock.9 MLINKS+=zone.9 zalloc.9 \ zone.9 zbootinit.9 \ + zone.9 zdestroy.9 \ zone.9 zfree.9 \ zone.9 zinit.9 \ - zone.9 zinitna.9 \ - zone.9 zdestroy.9 + zone.9 zinitna.9 .include diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9 index ea5cd2daf9..c126b11dd0 100644 --- a/share/man/man9/zone.9 +++ b/share/man/man9/zone.9 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/zone.9,v 1.9.2.4 2002/05/02 20:01:29 asmodai Exp $ -.\" $DragonFly: src/share/man/man9/zone.9,v 1.6 2008/01/21 20:21:19 nth Exp $ +.\" $DragonFly: src/share/man/man9/zone.9,v 1.7 2008/01/22 19:17:38 swildner Exp $ .\" .Dd January 27, 2001 .Dt ZONE 9 @@ -54,7 +54,8 @@ .Ft void .Fn zfree "vm_zone_t z" "void *item" .Sh DESCRIPTION -The zone allocator is deprecated. Use +The zone allocator is deprecated. +Use .In sys/objcache.h for new developments. .Pp @@ -180,8 +181,8 @@ calling .Fn zfree with a pointer to the zone and a pointer to the item. .Pp -The zone functions are not SMP-safe. The MP lock must be held while calling -them. +The zone functions are not SMP-safe. +The MP lock must be held while calling them. .Sh RETURN VALUES The .Fn zinitna diff --git a/usr.sbin/dntpd/dntpd.8 b/usr.sbin/dntpd/dntpd.8 index f13a7077d4..fa2dc0c98a 100644 --- a/usr.sbin/dntpd/dntpd.8 +++ b/usr.sbin/dntpd/dntpd.8 @@ -1,4 +1,4 @@ -.\" $DragonFly: src/usr.sbin/dntpd/dntpd.8,v 1.18 2008/01/19 19:41:33 swildner Exp $ +.\" $DragonFly: src/usr.sbin/dntpd/dntpd.8,v 1.19 2008/01/22 19:17:38 swildner Exp $ .\" .\" Copyright (c) 2005 The DragonFly Project. All rights reserved. .\" @@ -192,7 +192,7 @@ deviation gives us measure of the deviation from the mean of a set of samples. .Nm uses the sum(offset_error) and sum(offset_error^2) method to calculate -a running standard deviation. +a running standard deviation. The offset error relative to the frequency-corrected real time is calculated for each sample. Note that -- 2.41.0