* Many places: replace "the inferior" in messages with "the program"
[deliverable/binutils-gdb.git] / gdb / procfs.c
index 002ddd66274647bcbac60b468aeaea7fba263759..2b1b66099bebdd9af65397fb6bf8f7313f25afc3 100644 (file)
@@ -2961,7 +2961,8 @@ info_proc (args, from_tty)
 
   if (!pip -> valid)
     {
-      error ("No process.  Run an inferior or specify an explicit pid.");
+      error ("\
+No process.  Start debugging a program or specify an explicit process ID.");
     }
   if (ioctl (pip -> fd, PIOCSTATUS, &(pip -> prstatus)) < 0)
     {
This page took 0.023918 seconds and 4 git commands to generate.