diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-26 20:10:01 +0000 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-26 20:10:01 +0000 |
| commit | c9e23da852618e6aff5e05fe1e7ad86094d543f0 (patch) | |
| tree | 315321704626832d291db51c4fa785779fe7b930 /usr.sbin/sysinstall/sysinstall.8 | |
| parent | 19a271529e94402e96c7c6340cfdde30519979a4 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.8')
| -rw-r--r-- | usr.sbin/sysinstall/sysinstall.8 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.8 b/usr.sbin/sysinstall/sysinstall.8 index 7d1fa2bd7b3ab..8b199b68fbaa0 100644 --- a/usr.sbin/sysinstall/sysinstall.8 +++ b/usr.sbin/sysinstall/sysinstall.8 @@ -163,9 +163,18 @@ is a single-line comment for documentation purposes (ignored by sysinstall). Each directive must be by itself on a single line, functions taking their arguments by examining known variable names. This requires that you be sure to assign the relevant variables before -calling a function which requires them. When and where a function -depends on the settings of one or more variables will be noted in the -following table: +calling a function which requires them. +.Pp +The +.Ar noError +variable can be assigned before each directive: this will cause any error +detected while processing the directive itself to be ignored. The value of +.Ar noError +will automatically reset to the default "unassigned" every time a directive is +processed. +.Pp +When and where a function depends on the settings of one or more variables +will be noted in the following table: .Pp .Sy "Function Glossary" : .Pp |
