From 3ca705752ae025bf703a2d5bc33c148f6602df16 Mon Sep 17 00:00:00 2001
From: Ralph Lange
Date: Wed, 24 Nov 2010 13:31:47 -0500
Subject: [PATCH] catools: Fix help text for "-s" option (also in CA RefMan)
---
src/ca/CAref.html | 4 ++--
src/catools/caget.c | 2 +-
src/catools/camonitor.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/ca/CAref.html b/src/ca/CAref.html
index 6fc7dd629..961d9fe36 100644
--- a/src/ca/CAref.html
+++ b/src/ca/CAref.html
@@ -1322,7 +1322,7 @@ the output.
| -s |
- Get value as string (may honour server-side precision) |
+ Get value as string (honors server-side precision) |
| -lx |
@@ -1466,7 +1466,7 @@ the output.
| -s |
- Get value as string (may honour server-side precision) |
+ Get value as string (honors server-side precision) |
| -lx |
diff --git a/src/catools/caget.c b/src/catools/caget.c
index 573ae85a7..8489ecbcb 100644
--- a/src/catools/caget.c
+++ b/src/catools/caget.c
@@ -87,7 +87,7 @@ static void usage (void)
" -e : Use %%e format, with a precision of digits\n"
" -f : Use %%f format, with a precision of digits\n"
" -g : Use %%g format, with a precision of digits\n"
- " -s: Get value as string (may honour server-side precision)\n"
+ " -s: Get value as string (honors server-side precision)\n"
" -lx: Round to long integer and print as hex number\n"
" -lo: Round to long integer and print as octal number\n"
" -lb: Round to long integer and print as binary number\n"
diff --git a/src/catools/camonitor.c b/src/catools/camonitor.c
index 8e6b14e81..b11334b91 100644
--- a/src/catools/camonitor.c
+++ b/src/catools/camonitor.c
@@ -70,7 +70,7 @@ void usage (void)
" -e : Use %%e format, with a precision of digits\n"
" -f : Use %%f format, with a precision of digits\n"
" -g : Use %%g format, with a precision of digits\n"
- " -s: Get value as string (may honour server-side precision)\n"
+ " -s: Get value as string (honors server-side precision)\n"
" -lx: Round to long integer and print as hex number\n"
" -lo: Round to long integer and print as octal number\n"
" -lb: Round to long integer and print as binary number\n"