From 8370dbf86fc0b02206728660041494814107997f Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 1 Nov 2001 16:30:40 +0000 Subject: [PATCH] Add missing description of option "-D". --- usr.bin/rdist/rdist.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index 748a1301be15..b4dddb81d7cf 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: rdist.1,v 1.10 1999/03/22 18:16:41 garbled Exp $ +.\" $NetBSD: rdist.1,v 1.11 2001/11/01 16:30:40 tron Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -41,13 +41,13 @@ .Nd remote file distribution program .Sh SYNOPSIS .Nm -.Op Fl nqbRhivwy +.Op Fl nqbRhivwyD .Op Fl f Ar distfile .Op Fl d Ar var=value .Op Fl m Ar host .Op Ar name ... .Nm "" -.Op Fl nqbRhivwy +.Op Fl nqbRhivwyD .Fl c .Ar name ... .Oo login@ Oc Ns Ar host Ns Op :dest @@ -135,6 +135,8 @@ option is used to define or override variable definitions in the .Ar Value can be the empty string, one name, or a list of names surrounded by parentheses and separated by tabs and/or spaces. +.It Fl D +Turn on debugging. .It Fl h Follow symbolic links. Copy the file that the link points to rather than the link itself.