diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-06-17 15:35:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-06-17 15:35:09 +0000 |
commit | 06c3588e11fcc37685ff3392d15fc1bdf99efeb0 (patch) | |
tree | ebfb9cadc3bfc12b570df20004ff8cd44f6b1af4 | |
parent | 87e33c246d8fb763fc468676f472955a2ef99339 (diff) |
"d" is the key character for DVI files, not "r";
from lennart jablonka
ok millert
-rw-r--r-- | usr.sbin/lpr/lpd/lpd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8 index c6606939f5d..4289d48c695 100644 --- a/usr.sbin/lpr/lpd/lpd.8 +++ b/usr.sbin/lpr/lpd/lpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lpd.8,v 1.32 2022/10/10 09:13:43 jsg Exp $ +.\" $OpenBSD: lpd.8,v 1.33 2023/06/17 15:35:08 jmc Exp $ .\" $NetBSD: lpd.8,v 1.23 2002/02/08 01:38:50 ross Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)lpd.8 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: October 10 2022 $ +.Dd $Mdocdate: June 17 2023 $ .Dt LPD 8 .Os .Sh NAME @@ -242,7 +242,7 @@ The file contains troff output (cat phototypesetter commands). .It n Ditroff File. The file contains device independent troff output. -.It r +.It d DVI File. The file contains .Tn Tex l |