mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-05 12:17:56 +00:00
- Manual-Pages begonnen und in Source-Tree eingebunden.
This commit is contained in:
31
man/Makefile.am
Normal file
31
man/Makefile.am
Normal file
@@ -0,0 +1,31 @@
|
||||
#
|
||||
# ngIRCd -- The Next Generation IRC Daemon
|
||||
# Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
|
||||
#
|
||||
# Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
|
||||
# der GNU General Public License (GPL), wie von der Free Software Foundation
|
||||
# herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
|
||||
# der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
|
||||
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||
#
|
||||
# $Id: Makefile.am,v 1.1 2002/03/31 20:23:06 alex Exp $
|
||||
#
|
||||
|
||||
man_MANS = ngircd.conf.5 ngircd.8
|
||||
|
||||
EXTRA_DIST = ngircd.conf.5.nroff ngircd.8.nroff
|
||||
|
||||
ngircd.conf.5: ngircd.conf.5.nroff
|
||||
nroff -man -Tascii ngircd.conf.5.nroff > ngircd.conf.5
|
||||
|
||||
ngircd.8: ngircd.8.nroff
|
||||
nroff -man -Tascii ngircd.8.nroff > ngircd.8
|
||||
|
||||
clean-local:
|
||||
rm -f *.[0-9]
|
||||
|
||||
maintainer-clean-local:
|
||||
rm -f Makefile Makefile.in
|
||||
|
||||
# -eof-
|
28
man/ngircd.8.nroff
Normal file
28
man/ngircd.8.nroff
Normal file
@@ -0,0 +1,28 @@
|
||||
.\"
|
||||
.\" $Id: ngircd.8.nroff,v 1.1 2002/03/31 20:23:06 alex Exp $
|
||||
.\"
|
||||
|
||||
.TH ngircd 8 "March 2002" ngircd "User Manuals"
|
||||
.SH NAME
|
||||
ngircd \- the next generation IRC daemon
|
||||
.SH SYNOPSIS
|
||||
.B ngircd
|
||||
.SH DESCRIPTION
|
||||
(coming soon)
|
||||
.SH OPTIONS
|
||||
(coming soon)
|
||||
.SH FILES
|
||||
(coming soon)
|
||||
.SH ENVIRONMENT
|
||||
(coming soon)
|
||||
.SH DIAGNOSTICS
|
||||
(coming soon)
|
||||
.SH BUGS
|
||||
(coming soon)
|
||||
.SH AUTHOR
|
||||
Alexander Barton, <alex@barton.de>
|
||||
.SH "SEE ALSO"
|
||||
.BR ngircd.conf (5)
|
||||
.BR ircd (8)
|
||||
|
||||
.\" -eof-
|
18
man/ngircd.conf.5.nroff
Normal file
18
man/ngircd.conf.5.nroff
Normal file
@@ -0,0 +1,18 @@
|
||||
.\"
|
||||
.\" $Id: ngircd.conf.5.nroff,v 1.1 2002/03/31 20:23:06 alex Exp $
|
||||
.\"
|
||||
|
||||
.TH ngircd.conf 5 "March 2002" ngircd "User Manuals"
|
||||
.SH NAME
|
||||
ngircd.conf \- configuration file of ngircd
|
||||
.SH SYNOPSIS
|
||||
.B /usr/local/etc/ngircd.conf
|
||||
.SH DESCRIPTION
|
||||
(coming soon)
|
||||
.SH AUTHOR
|
||||
Alexander Barton, <alex@barton.de>
|
||||
.SH "SEE ALSO"
|
||||
.BR ngircd (8)
|
||||
.BR ircd (8)
|
||||
|
||||
.\" -eof-
|
Reference in New Issue
Block a user