/[man-db]/man-db/src/man.c
ViewVC logotype

Diff of /man-db/src/man.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.106 by cjwatson, Fri Sep 19 23:11:38 2003 UTC revision 1.107 by cjwatson, Sun Nov 16 18:46:47 2003 UTC
# Line 697  static __inline__ char **manopt_to_env ( Line 697  static __inline__ char **manopt_to_env (
697                                                           sizeof (char *));                                                           sizeof (char *));
698                                          argv[(*argc)++] = opt_start;                                          argv[(*argc)++] = opt_start;
699                                  }                                  }
700                                  while (isspace (*(manopt + 1)))                                  while (CTYPE (isspace, *(manopt + 1)))
701                                          *++manopt = '\0';                                          *++manopt = '\0';
702                                  opt_start = manopt + 1;                                  opt_start = manopt + 1;
703                                  break;                                  break;
# Line 1159  int main (int argc, char *argv[]) Line 1159  int main (int argc, char *argv[])
1159                                  exit_status = status;                                  exit_status = status;
1160                                  if (exit_status == NOT_FOUND) {                                  if (exit_status == NOT_FOUND) {
1161                                          if (!section && maybe_section &&                                          if (!section && maybe_section &&
1162                                              isdigit (nextarg[0]))                                              CTYPE (isdigit, nextarg[0]))
1163                                                  gripe_no_name (nextarg);                                                  gripe_no_name (nextarg);
1164                                          else                                          else
1165                                                  gripe_no_man (nextarg, section);                                                  gripe_no_man (nextarg, section);

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26