diff options
author | 2013-03-05 07:38:56 +0000 | |
---|---|---|
committer | 2013-03-05 07:38:56 +0000 | |
commit | c2dafdb48b4b21a5aff9625af1ad681d02851a72 (patch) | |
tree | 8ae6859581350bc73bcd4f2672cc2bd3d59d6c6c | |
parent | Reorder code such that wsdisplay(4) attaches after drm(4). (diff) | |
download | wireguard-openbsd-c2dafdb48b4b21a5aff9625af1ad681d02851a72.tar.xz wireguard-openbsd-c2dafdb48b4b21a5aff9625af1ad681d02851a72.zip |
add a few words to the -r description to avoid ambiguity;
issue noted by Ronald F. Guilmette, freebsd docs/176648
-rw-r--r-- | sbin/restore/restore.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 588a30fcfc2..afee306951a 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: restore.8,v 1.35 2013/01/17 21:22:43 jmc Exp $ +.\" $OpenBSD: restore.8,v 1.36 2013/03/05 07:38:56 jmc Exp $ .\" $NetBSD: restore.8,v 1.15 1997/07/01 05:37:53 lukem Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)restore.8 8.3 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: January 17 2013 $ +.Dd $Mdocdate: March 5 2013 $ .Dt RESTORE 8 .Os .Sh NAME @@ -175,7 +175,7 @@ The .Fl r flag precludes an interactive file extraction and can be detrimental to one's health (not to mention the disk) if not used carefully. -An example: +An example of correct usage: .Bd -literal -offset indent # newfs /dev/rsd0g # mount /dev/sd0g /mnt |