summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
Diffstat (limited to 'exec')
-rw-r--r--exec/ChangeLog5
-rw-r--r--exec/main.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 38f1e30c..98b0adef 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-12 Marcus Brinkmann <marcus@gnu.org>
+
+ * main.c: Change hurd version name from proc to exec.
+ (main): Add period to doc string.
+
2000-10-01 Roland McGrath <roland@frob.com>
* exec.c: Comments.
diff --git a/exec/main.c b/exec/main.c
index 7bf3305d..e2688d55 100644
--- a/exec/main.c
+++ b/exec/main.c
@@ -25,7 +25,7 @@
#include <argp.h>
#include <version.h>
-const char *argp_program_version = STANDARD_HURD_VERSION (proc);
+const char *argp_program_version = STANDARD_HURD_VERSION (exec);
#ifdef BFD
bfd_arch_info_type host_bfd_arch_info;
@@ -107,7 +107,7 @@ main (int argc, char **argv)
{
error_t err;
mach_port_t bootstrap;
- struct argp argp = { 0, 0, 0, "Hurd standard exec server" };
+ struct argp argp = { 0, 0, 0, "Hurd standard exec server." };
argp_parse (&argp, argc, argv, 0, 0, 0);