diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:32:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:33:56 -0700 |
commit | 09602b2130b3710bcca4d2707132bd47d4a832ef (patch) | |
tree | 675da52f5fd80b6b5019b7fbd3f49654374ce3fd /man | |
parent | a8ccf66bc924fb02c9e944f99e84d90958dd142f (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Xprint.man | 6 | ||||
-rw-r--r-- | man/Xprint.sgml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/man/Xprint.man b/man/Xprint.man index 3b254e4..6f96654 100644 --- a/man/Xprint.man +++ b/man/Xprint.man @@ -3,7 +3,7 @@ .SH NAME Xprint \- The "X print service" - a portable, network-transparent printing system based on the X11 protocol .SH SYNOPSIS -Xprint is a very flexible, extensible, scaleable, client/server +Xprint is a very flexible, extensible, scalable, client/server print system based on ISO 10175 (and some other specs) and the X11 rendering protocol. Using Xprint an application can search, query and use devices like @@ -210,7 +210,7 @@ The most significant factors in which execution model to choose will be driven by: .TP 0.2i \(bu -how many printers will be accessable through the printer +how many printers will be accessible through the printer subsystem on any given machine. A system administrator may choose to cluster printers on a few given machines, or scatter them across an organization and possibly make @@ -257,7 +257,7 @@ this model becomes very natural. Startup would likely be done at session login or by launching actions or processes manually once the user -logs in. Note: Deamons like "dtpdmd" must be started after Xprt. +logs in. Note: Daemons like "dtpdmd" must be started after Xprt. .PP .PP Starting of the processes is straight forward. In strict order (example is for manually starting the X print server for CDEnext usage): diff --git a/man/Xprint.sgml b/man/Xprint.sgml index 96af582..f83a2c4 100644 --- a/man/Xprint.sgml +++ b/man/Xprint.sgml @@ -23,7 +23,7 @@ HTML generation can be done like this: <refpurpose>The "X print service" - a portable, network-transparent printing system based on the X11 protocol</refpurpose> </refnamediv> <refsynopsisdiv> - <para>Xprint is a very flexible, extensible, scaleable, client/server + <para>Xprint is a very flexible, extensible, scalable, client/server print system based on ISO 10175 (and some other specs) and the X11 rendering protocol. Using Xprint an application can search, query and use devices like @@ -316,7 +316,7 @@ HTML generation can be done like this: <itemizedlist> <listitem> <para> - how many printers will be accessable through the printer + how many printers will be accessible through the printer subsystem on any given machine. A system administrator may choose to cluster printers on a few given machines, or scatter them across an organization and possibly make @@ -380,7 +380,7 @@ HTML generation can be done like this: <para> Startup would likely be done at session login or by launching actions or processes manually once the user - logs in. Note: Deamons like "dtpdmd" must be started after Xprt. + logs in. Note: Daemons like "dtpdmd" must be started after Xprt. </para> </listitem> </itemizedlist> |