Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hol-light(1) [debian man page]

HOL-LIGHT(1)						      General Commands Manual						      HOL-LIGHT(1)

NAME
hol-light - HOL Light interactive theorem prover SYNOPSIS
hol-light [options...] DESCRIPTION
The command hol-light is a simple wrapper for calling ocaml and loading the HOL Light basic definitions (by loading /usr/share/hol- light/hol.ml instead of .ocamlinit as initialization file). Loading these definitions takes about 2 minutes on modern hardware, please be patient. All options and other arguments are passed as options to ocaml. If you have a readline-editor such as rlwrap, ledit or rlfe installed, the hol-light ocaml toplevel is wrapped in readline-editor. Install just one of these readline editors or configure your preferred one via the alternative system. SEE ALSO
ocaml(1), readline-editor(1), rlwrap(1), ledit(1), rlfe(1) HOL Light documentation at http://www.cl.cam.ac.uk/~jrh13/hol-light/ AUTHOR
The hol-light script and this manual page were written by Hendrik Tews <hendrik@askra.de>, specifically for the Debian project (and may be used by others). March 16, 2012 HOL-LIGHT(1)

Check Out this Related Man Page

vga_setegacolor(3)						Svgalib User Manual						vga_setegacolor(3)

NAME
vga_setegacolor - set the current color SYNOPSIS
#include <vga.h> void vga_setegacolor(int color); DESCRIPTION
Set the current color to be a color resembling the color-th EGA coler. This works regardless of the depth of the current video mode. The color is used by vga_drawpixel(3) and vga_drawline(3). Valid values for color are: 0 - black. 1 - blue. 2 - green. 3 - cyan. 4 - red. 5 - magenta. 6 - brown. 7 - grey. 8 - dark grey (light black). 9 - light blue. 10 - light green. 11 - light cyan. 12 - light red. 13 - light magenta. 14 - yellow (light brown). 15 - white (light grey). The fun(6) and vgatest(6) demos show the basic use of this function. SEE ALSO
svgalib(7), vgagl(7), libvga.config(5), fun(6), vgatest(6), vga_setcolor(3), vga_setrgbcolor(3), vga_drawpixel(3), vga_drawline(3) AUTHOR
This manual page was edited by Michael Weller <eowmob@exp-math.uni-essen.de>. The exact source of the referenced function as well as of the original documentation is unknown. It is very likely that both are at least to some extent are due to Harm Hanemaayer <H.Hanemaayer@inter.nl.net>. Occasionally this might be wrong. I hereby asked to be excused by the original author and will happily accept any additions or corrections to this first version of the svgalib manual. Svgalib (>;= 1.2.11) 27 July 1997 vga_setegacolor(3)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Cron job for Perl script

Although there are many threads on this forum regarding cron, none have specifically answered my question. So hopefully someone can shed some light on what I'm doing wrong.. I have a perl script that I want to run in a cron job. Since I've read that cron doesn't have any environments set, I... (3 Replies)
Discussion started by: man
3 Replies

2. AIX

Day Light Savings Time problem

Hi guys, OS: AIX 5.3.0.0 I'm from Portugal and I had problems about Day Light changing time, the hour's changes in first Sunday of November, but it's wrong because in Europe the day light need to change in last Sunday of October. My TZ is TZ=GMT0BST, that I think BST it's British Summer Time. I... (2 Replies)
Discussion started by: uadm26
2 Replies

3. UNIX for Dummies Questions & Answers

vi editor question

Hi, How do you delete from where ever you are to the bottom of the page. I'm pretty sure it was a simple command but can't pull it out of memory. Thanks, mgb (4 Replies)
Discussion started by: mgb
4 Replies

4. Programming

Question about the system() function in C

Hello all ! Could someone throw some light on whether there's a limit to the number of characters contained in the command string that is passed to the system() call in C. Is it OS dependent? If yes, what are the limits for each? Thanks. (4 Replies)
Discussion started by: vsanjit
4 Replies

5. AIX

Turn off System attention light on POWER5 model p5 55A ?

Hi, Because of previous error System attention light(yellow exclamation mark) is on. How do I turn it off ? thanks Vilius (2 Replies)
Discussion started by: vilius
2 Replies

6. Solaris

troubleshooting cause of amber light

hi all, we've got an amber maintenance light on the front of our Netra-t4. I can't find out what's causing this issue. I've logged into the lom, and found the following. There's nothing in messages or prtdiag. Disks appear to be ok. Are there any other lom commands that can help? ... (6 Replies)
Discussion started by: badoshi
6 Replies

7. Infrastructure Monitoring

Light-weight alternative to `df` (without SNMP)

Overview: I'm looking for a way to get usage data for all mount points (UFS,VxFS & NFS) on a Solaris system. I'm starting with `df` but would like to find something that might be more light-weight. Background: Using SNMP is not an option in this case, instead I need to use basic built-in... (2 Replies)
Discussion started by: seg
2 Replies

8. AIX

Orange light has come on server

Hi all, we are using IBM e series server on which AIX 5.3 is runing , we got orange light on our server, so please can any one suggest me how to diabled this light. thanks alot in advance i followed these instruction befor but i couldn't able to diabled these light #diag then... (2 Replies)
Discussion started by: younusdba
2 Replies

9. Shell Programming and Scripting

test: ] missing

$HOLIDAY="" if then echo "1" else echo "2" fi Getting an error --test: ] missing...could some one help on this (2 Replies)
Discussion started by: infernalhell
2 Replies

10. UNIX for Advanced & Expert Users

Copy Structure excluding some folders

Hi I want to copy the structure from one place to another. -> cd /hol/; -> find . -type d | cpio -pvdm /abc/cat; while copying the structure I want to exclude some directories like test1 and Test. I have read somewhere that this can be done with -prune option. Could anyone... (2 Replies)
Discussion started by: soumodeep123
2 Replies

11. AIX

p520 -- amber light

it shows up after the upgrade to SF240_415, after 2 hrs. amber light shows up on the led of 9111-520, but alog shows: everything seems to work, not sure what's going on.. (6 Replies)
Discussion started by: ppchu99
6 Replies

12. Solaris

Netra 440 maintenance light on

Hi All, I hope I'm posting this in the right forum, apologies if not. I have a Netra 440 server which has been showing an amber maintenance light for some time now. It first appeared when I upgraded the memory modules, but the new memory is working fine. All other components seem OK and the... (10 Replies)
Discussion started by: DouggieC
10 Replies

13. Shell Programming and Scripting

Compare 2 file and write result

Hi friends...I have 2 files, file1.txt and reference.txt I could able to find difference using diff and following command awk 'NR == FNR { A=1; next } !A' reference.txt file1.txt above command listing data which is not in reference.txt 12.12 87 11.95 88 11.83 89 12.55 84... (12 Replies)
Discussion started by: Akshay Hegde
12 Replies

14. What is on Your Mind?

A little bit of poetic light entertainment.

Over the years I have written light hearted poems about computers and computing... Hopefully this will put a smile on your face... If you like it I might post another one... My XMAS prezzy. --------------- 'Twas 1982, after the Falklands campaign, Christmas was about to come round once... (5 Replies)
Discussion started by: wisecracker
5 Replies

15. SCO

Recommendation for hardware to run SCO OSR 5.0.7 natively

Looking for a modern server to run SCO OSR 5.0.7 without VM (native), h/w must have manufacturers warranty. Requirements would be to accommodate light loads of up to 15 users, app does not take more than 30 - 40 MB of RAM and data stored takes up to 15 - 20 GB, no internet connections... (3 Replies)
Discussion started by: migurus
3 Replies