This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Ajaxterm/0003-03_fix_man.diff-from-Debian.patch
Ruben f1477239c3 - Apply patches from Debian (fixes #635238, #544033, enables UTF-8)
- Cleanup init script
- Add a sysconfig file
- Relocate pidfile to /var/run/ajaxterm/ajaxterm.pid
- Add a README.Fedora
- Add an example config for Apache
2010-10-17 19:11:01 +02:00

42 lines
1.5 KiB
Diff

From a15c2fdf9fe2bdeb552d14026c7dfc664db10413 Mon Sep 17 00:00:00 2001
From: Ruben <ruben@rubenkerkhof.com>
Date: Sun, 17 Oct 2010 17:15:01 +0200
Subject: [PATCH 03/14] 03_fix_man.diff from Debian
---
ajaxterm.1 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ajaxterm.1 b/ajaxterm.1
index 46f2acb..8d0a942 100644
--- a/ajaxterm.1
+++ b/ajaxterm.1
@@ -1,4 +1,4 @@
-.TH ajaxterm "1" "May 2006" "ajaxterm 0.5" "User commands"
+.TH ajaxterm "1" "Jul 2006" "ajaxterm 0.7" "User commands"
.SH NAME
ajaxterm \- Web based terminal written in python
@@ -8,14 +8,14 @@ javascript for client side.
It can use almost any web browser and even works through firewalls.
.SH USAGE
-\fBajaxterm.py\fR [options]
+\fBajaxterm\fR [options]
.SH OPTIONS
A summary of the options supported by \fBajaxterm\fR is included below.
- \fB-h, --help\fR show this help message and exit
- \fB-pPORT, --port=PORT\fR Set the TCP port (default: 8022)
- \fB-cCMD, --command=CMD\fR set the command (default: /bin/login or ssh localhost)
- \fB-l, --log\fR log requests to stderr (default: quiet mode)
+ \fB-h, \--help\fR show this help message and exit
+ \fB-pPORT, \--port=PORT\fR Set the TCP port (default: 8022)
+ \fB-cCMD, \--command=CMD\fR set the command (default: /bin/login or ssh localhost)
+ \fB-l, \--log\fR log requests to stderr (default: quiet mode)
.SH AUTHOR
Antony Lesuisse <al@udev.org>
--
1.7.3.1