aboutsummaryrefslogtreecommitdiff
path: root/sunrpc/rpc_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/rpc_main.c')
-rw-r--r--sunrpc/rpc_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c
index 8302f810c4..2229c564fe 100644
--- a/sunrpc/rpc_main.c
+++ b/sunrpc/rpc_main.c
@@ -459,7 +459,7 @@ check_nettype (const char *name, const char *list_to_check[])
return 1;
}
}
- fprintf (stderr, _ ("illegal nettype :\'%s\'\n"), name);
+ fprintf (stderr, _ ("illegal nettype :`%s'\n"), name);
return 0;
}
@@ -1144,7 +1144,7 @@ checkfiles (const char *infile, const char *outfile)
else
{
fprintf (stderr,
- _("file '%s' already exists and may be overwritten\n"),
+ _("file `%s' already exists and may be overwritten\n"),
outfile);
crash ();
}
@@ -1411,7 +1411,7 @@ parseargs (int argc, const char *argv[], struct commandline *cmd)
static void
usage (void)
{
- fprintf (stderr, _("usage: %s infile\n"), cmdname);
+ fprintf (stderr, _("usage: %s infile\n"), cmdname);
fprintf (stderr, _("\t%s [-abkCLNTM][-Dname[=value]] [-i size] \
[-I [-K seconds]] [-Y path] infile\n"), cmdname);
fprintf (stderr, _("\t%s [-c | -h | -l | -m | -t | -Sc | -Ss | -Sm] \