summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-22 05:00:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-22 05:00:16 +0000
commit7ddf1001f9e4e08d7e42ed381dca159239eefb2c (patch)
treeccafe08239d9037006c79b8a22b007d41e7448a8
parent0f5e7061f478095f5761fb97ab46622a149c36a5 (diff)
missing newline
-rw-r--r--gnu/usr.bin/texinfo/info/info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/info/info.c b/gnu/usr.bin/texinfo/info/info.c
index 35fe4a8b4de..ecca94c4e51 100644
--- a/gnu/usr.bin/texinfo/info/info.c
+++ b/gnu/usr.bin/texinfo/info/info.c
@@ -1,5 +1,5 @@
/* info.c -- Display nodes of Info files in multiple windows.
- $Id: info.c,v 1.3 1999/02/11 19:44:09 deraadt Exp $
+ $Id: info.c,v 1.4 1999/11/22 05:00:15 deraadt Exp $
Copyright (C) 1993, 96, 97, 98 Free Software Foundation, Inc.
@@ -621,7 +621,7 @@ Any remaining arguments are treated as the names of menu\n\
items in the initial node visited. For example, `info emacs buffers'\n\
moves to the node `buffers' in the info file `emacs'.\n\
\n\
-Email bug reports to bug-texinfo@gnu.org."), program_name);
+Email bug reports to bug-texinfo@gnu.org.\n"), program_name);
exit (0);
}