Module Name:    src
Committed By:   dholland
Date:           Sun Jul 15 06:14:13 UTC 2018

Modified Files:
        src/sbin/dump: dump.8

Log Message:
Document what rdump is (was once) for. PR 53442.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sbin/dump/dump.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/dump/dump.8
diff -u src/sbin/dump/dump.8:1.68 src/sbin/dump/dump.8:1.69
--- src/sbin/dump/dump.8:1.68	Mon Aug 15 00:03:14 2016
+++ src/sbin/dump/dump.8	Sun Jul 15 06:14:13 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dump.8,v 1.68 2016/08/15 00:03:14 sevan Exp $
+.\"	$NetBSD: dump.8,v 1.69 2018/07/15 06:14:13 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	 Regents of the University of California.
@@ -30,7 +30,7 @@
 .\"
 .\"     @(#)dump.8	8.3 (Berkeley) 5/1/95
 .\"
-.Dd August 15, 2016
+.Dd July 15, 2018
 .Dt DUMP 8
 .Os
 .Sh NAME
@@ -449,6 +449,13 @@ argument of
 whilst a backup is in progress, statistics on the amount completed,
 current transfer rate, and estimated finished time, will be written
 to the standard error output.
+.Pp
+The historic alternate name
+.Nm rdump
+was once required when dumping to a remote host.
+This functionality is now built into
+.Nm
+itself.
 .Sh ENVIRONMENT
 If the following environment variables exist, they are used by
 .Nm .

Reply via email to