Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
5dedb9cd
Commit
5dedb9cd
authored
Sep 21, 1991
by
Per Cederqvist
Browse files
Changed ramkom to lyskom.
parent
baa25fe0
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/man/lyskom.5
View file @
5dedb9cd
.\" $Id: lyskom.5,v 1.
4
1991/09/
15 09:54:59 linus
Exp $
.\" $Id: lyskom.5,v 1.
5
1991/09/
21 03:02:33 ceder
Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
...
...
@@ -21,15 +21,15 @@
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: lyskom.5,v 1.
4
1991/09/
15 09:54:59 linus
Exp $
.\" $Date: 1991/09/
15 09:54:59
$
.TH
ram
kom 5 "August 24, 1991"
.\" $Id: lyskom.5,v 1.
5
1991/09/
21 03:02:33 ceder
Exp $
.\" $Date: 1991/09/
21 03:02:33
$
.TH
lys
kom 5 "August 24, 1991"
.SH NAME
ram
kom - LysKOM
lys
kom - LysKOM
.I database
format
.SH SYNOPSIS
.B /usr/lyskom/db/
ram
komd-*
.B /usr/lyskom/db/
lys
komd-*
.br
and
.br
...
...
@@ -43,9 +43,9 @@ is not really a database but a sequential file where all data is saved
from the memory.
.SH DESCRIPTION
There are 2 files: One file with all the data
.RB (
ram
komd-data ).
.RB (
lys
komd-data ).
And one with all texts
.RB (
ram
komd-texts ).
.RB (
lys
komd-texts ).
The texts file does not contain any information about where any text
starts of ends, all this is in the data file together with other infos
on the text.
...
...
@@ -53,8 +53,8 @@ on the text.
If the first five chars of the data file is CLEAN then the
.I database
is considered clean. If its anything else the
.BR
ram
komd (8)
prog
ram
will try to find the backupfile instead.
.BR
lys
komd (8)
prog
lys
will try to find the backupfile instead.
.PP
Then there is a number telling the number of the next free conference
.RI ( next_free_num ).
...
...
@@ -246,7 +246,7 @@ Person that wrote this text.
.TP
.I Start
Start pointer for the text in the
.I
ram
komd-texts
.I
lys
komd-texts
file.
.TP
.I Number of lines
...
...
@@ -290,19 +290,19 @@ An array containing the texts that we have read after the
This is necessary because its possible to read in any order.
.SH FILES
.TP 20
.IB database-directory /db/
ram
komd-data
.IB database-directory /db/
lys
komd-data
File with all the elements and pointers.
.TP
.IB database-directory /db/
ram
komd-texts
.IB database-directory /db/
lys
komd-texts
File with the texts.
.TP
.IB database-directory /etc/pid
File with the pid of the lyskom-process.
.TP
.IB database-directory /db/
ram
komd-backup
.IB database-directory /db/
lys
komd-backup
Backup file with all data.
.SH "SEE ALSO"
.BR
ram
komd (8),
.BR
lys
komd (8),
.BR dbck (8)
.SH BUGS
This is really a joke. Its not a database, not optimal in any way. But
...
...
doc/man/man5/lyskom.5
View file @
5dedb9cd
.\" $Id: lyskom.5,v 1.
4
1991/09/
15 09:54:59 linus
Exp $
.\" $Id: lyskom.5,v 1.
5
1991/09/
21 03:02:33 ceder
Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
...
...
@@ -21,15 +21,15 @@
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: lyskom.5,v 1.
4
1991/09/
15 09:54:59 linus
Exp $
.\" $Date: 1991/09/
15 09:54:59
$
.TH
ram
kom 5 "August 24, 1991"
.\" $Id: lyskom.5,v 1.
5
1991/09/
21 03:02:33 ceder
Exp $
.\" $Date: 1991/09/
21 03:02:33
$
.TH
lys
kom 5 "August 24, 1991"
.SH NAME
ram
kom - LysKOM
lys
kom - LysKOM
.I database
format
.SH SYNOPSIS
.B /usr/lyskom/db/
ram
komd-*
.B /usr/lyskom/db/
lys
komd-*
.br
and
.br
...
...
@@ -43,9 +43,9 @@ is not really a database but a sequential file where all data is saved
from the memory.
.SH DESCRIPTION
There are 2 files: One file with all the data
.RB (
ram
komd-data ).
.RB (
lys
komd-data ).
And one with all texts
.RB (
ram
komd-texts ).
.RB (
lys
komd-texts ).
The texts file does not contain any information about where any text
starts of ends, all this is in the data file together with other infos
on the text.
...
...
@@ -53,8 +53,8 @@ on the text.
If the first five chars of the data file is CLEAN then the
.I database
is considered clean. If its anything else the
.BR
ram
komd (8)
prog
ram
will try to find the backupfile instead.
.BR
lys
komd (8)
prog
lys
will try to find the backupfile instead.
.PP
Then there is a number telling the number of the next free conference
.RI ( next_free_num ).
...
...
@@ -246,7 +246,7 @@ Person that wrote this text.
.TP
.I Start
Start pointer for the text in the
.I
ram
komd-texts
.I
lys
komd-texts
file.
.TP
.I Number of lines
...
...
@@ -290,19 +290,19 @@ An array containing the texts that we have read after the
This is necessary because its possible to read in any order.
.SH FILES
.TP 20
.IB database-directory /db/
ram
komd-data
.IB database-directory /db/
lys
komd-data
File with all the elements and pointers.
.TP
.IB database-directory /db/
ram
komd-texts
.IB database-directory /db/
lys
komd-texts
File with the texts.
.TP
.IB database-directory /etc/pid
File with the pid of the lyskom-process.
.TP
.IB database-directory /db/
ram
komd-backup
.IB database-directory /db/
lys
komd-backup
Backup file with all data.
.SH "SEE ALSO"
.BR
ram
komd (8),
.BR
lys
komd (8),
.BR dbck (8)
.SH BUGS
This is really a joke. Its not a database, not optimal in any way. But
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment