Add the sys_checkpoint(2) manual page and expand checkpt(1).
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 23 Nov 2004 07:36:33 +0000 (07:36 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 23 Nov 2004 07:36:33 +0000 (07:36 +0000)
commit8877df9482feff719e511e8051fbb4a43e3eefd8
treeffe0303a605f2c853c95461bd03c1c92838f550b
parent0ba6fbbf60d8aab2d730d9dd6c8f66c2e1f14e3e
Add the sys_checkpoint(2) manual page and expand checkpt(1).
sys_checkpoint(2) is our checkpoint system call interface.  It is capable
of checkpointing and checkpoint-restoring programs with certain restrictions.
lib/libc/sys/Makefile.inc
lib/libc/sys/sys_checkpoint.2 [new file with mode: 0644]
usr.bin/checkpt/checkpt.1