Deleted Added
full compact
doc.c (57507) doc.c (95327)
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last attempt in the `sysinstall' line, the next
5 * generation being slated for what's essentially a complete rewrite.
6 *
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last attempt in the `sysinstall' line, the next
5 * generation being slated for what's essentially a complete rewrite.
6 *
7 * $FreeBSD: head/usr.sbin/sysinstall/doc.c 57507 2000-02-26 12:35:00Z jkh $
7 * $FreeBSD: head/usr.sbin/sysinstall/doc.c 95327 2002-04-23 22:16:41Z obrien $
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 98 unchanged lines hidden (view full) ---

114 }
115 if (where) {
116 sprintf(tmp, "%s %s", browser, target);
117 systemExecute(tmp);
118 return DITEM_SUCCESS;
119 }
120 else {
121 msgConfirm("Hmmmmm! I can't seem to access the documentation you selected!\n"
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 98 unchanged lines hidden (view full) ---

114 }
115 if (where) {
116 sprintf(tmp, "%s %s", browser, target);
117 systemExecute(tmp);
118 return DITEM_SUCCESS;
119 }
120 else {
121 msgConfirm("Hmmmmm! I can't seem to access the documentation you selected!\n"
122 "Have you loaded the bin distribution? Is your network connected?");
122 "Have you loaded the base distribution? Is your network connected?");
123 return DITEM_FAILURE;
124 }
125}
123 return DITEM_FAILURE;
124 }
125}