diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-11-19 14:30:02 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-11-19 14:30:02 +0000 |
| commit | 66d4a37bc389bf19ebf2210b0fff762baa659c32 (patch) | |
| tree | 6a744a272a5334c6a9c0086522738c848a6715b5 | |
| parent | 73a026d5e9778ac182be4a5876771eefa2cd6f41 (diff) | |
lpr(1): Fix a typo in a debug message
- s/unexpect/unexpected/
MFC after: 5 days
| -rw-r--r-- | usr.sbin/lpr/lpr/lpr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpr/lpr.1 b/usr.sbin/lpr/lpr/lpr.1 index 8acb9d23d9da..b73870a0f46e 100644 --- a/usr.sbin/lpr/lpr/lpr.1 +++ b/usr.sbin/lpr/lpr/lpr.1 @@ -105,7 +105,7 @@ phototypesetter commands from ancient versions of .Xr troff 1 Pq Pa ports/textproc/groff . .It Fl v The files are assumed to contain a raster image for devices like the -Benson Varian. +Benson Variant. .El .Pp These options apply to the handling of |
