diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-30 17:03:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-30 17:03:07 +0000 |
commit | b0c7c04861827626ca0c8bb81ece585b174d4076 (patch) | |
tree | c4b3c2a0aebacbb711565c1987c85eb712495d83 /usr.bin/rdist | |
parent | e22ab36ca63cc43fe3c3d2502e265383e718baf0 (diff) |
change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a
straight replace: thanks both to schwarze and maja for feedback
on how to rewrite parts;
i've snuck in an rcs id->openbsd id change in dev_mkdb too;
Diffstat (limited to 'usr.bin/rdist')
-rw-r--r-- | usr.bin/rdist/rdist.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index 61ad24075d6..ebe1385c203 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdist.1,v 1.46 2015/07/27 17:28:39 sobrado Exp $ +.\" $OpenBSD: rdist.1,v 1.47 2015/11/30 17:03:05 jmc Exp $ .\" .\" Copyright (c) 1983 Regents of the University of California. .\" All rights reserved. @@ -30,7 +30,7 @@ .\" $From: rdist.man,v 6.34 1996/01/29 22:37:19 mcooper Exp $ .\" @(#)rdist.1 6.6 (Berkeley) 5/13/86 .\" -.Dd $Mdocdate: July 27 2015 $ +.Dd $Mdocdate: November 30 2015 $ .Dt RDIST 1 .Os .Sh NAME @@ -345,7 +345,7 @@ to .It Ic sparse Enable checking for sparse files. One of the most common types of sparse files are those produced by -.Xr db 3 . +.Xr dbopen 3 . This option adds some additional processing overhead so it should only be enabled for targets likely to contain sparse files. .It Ic updateperm |