From 1af1b7c377f55b31a4907113b16c514d5b18af34 Mon Sep 17 00:00:00 2001
From: Giorgos Keramidas <keramida@FreeBSD.org>
Date: Mon, 14 Jan 2008 02:28:51 +0000
Subject: [PATCH] Add a bit of whitespace between option letters and arguments
 in the description of the LPD `input filter' and `output filter', to make
 reading a bit more comfortable and the source more consistent with the rest
 of the option lists.

PR:		docs/119460
Submitted by:	Gregory Delfly, <gregoryd.freebsd at free.fr
---
 en_US.ISO8859-1/books/handbook/printing/chapter.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/en_US.ISO8859-1/books/handbook/printing/chapter.sgml b/en_US.ISO8859-1/books/handbook/printing/chapter.sgml
index c36abfe3cf..b0b298a165 100644
--- a/en_US.ISO8859-1/books/handbook/printing/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/printing/chapter.sgml
@@ -1669,8 +1669,8 @@ $%&amp;'()*+,-./01234567
               <cmdsynopsis>
                 <command>filter-name</command>
                 <arg
-                  choice="plain">-x<replaceable>pixel-width</replaceable></arg>
-                <arg choice="plain">-y<replaceable>pixel-height</replaceable></arg>
+                  choice="plain">-x <replaceable>pixel-width</replaceable></arg>
+                <arg choice="plain">-y <replaceable>pixel-height</replaceable></arg>
                 <arg choice="plain">-n <replaceable>login</replaceable></arg>
                 <arg choice="plain">-h <replaceable>host</replaceable></arg>
                 <arg choice="plain"><replaceable>acct-file</replaceable></arg>