1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
From ed1eab5e685df76426709b2c12284d61de0470b5 Mon Sep 17 00:00:00 2001
From: Alec Leamas <leamas.alec@gmail.com>
Date: Tue, 16 Dec 2014 11:18:00 +0100
Subject: [PATCH 06/13] doc: Clean up irsend(1) manpage.
---
doc/man-source/irsend.1 | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/doc/man-source/irsend.1 b/doc/man-source/irsend.1
index 51f57ab..12d2db8 100644
--- a/doc/man-source/irsend.1
+++ b/doc/man-source/irsend.1
@@ -1,4 +1,4 @@
-.TH IRSEND "1" "Last change: Sep 2014" "irsend @version@" "User Commands"
+.TH IRSEND "1" "Last change: Dec 2014" "irsend @version@" "User Commands"
.SH NAME
irsend - basic LIRC program to send infra-red commands
.SH SYNOPSIS
@@ -63,6 +63,12 @@ connect to lircd at this address
.TP
\-# \fB\-\-count\fR=\fIn\fR
send command n times
+
+.SH ENVIRONMENT
+.TP 4
+LIRC_SOCKET_PATH
+The lircd socket to connect to, defaults to a hardcoded default value
+usually /var/run/lirc/lircd
.SH FILES
.TP
.I /etc/lirc/lircd.conf
@@ -94,18 +100,10 @@ irsend SIMULATE "0000000000000476 00 OK TECHNISAT_ST3004S"
Drivers are loaded dynamically. The directory used for this is determined by (falling
priority):
.IP \- 2
-The --plugindir option if available.
-.IP \- 2
The 'plugindir' entry in the [lircd] section of the lirc_options.conf file.
.IP \- 2
The environment variable LIRC_PLUGINDIR.
.IP \- 2
A hardcoded default (usually /usr/lib[64]/lirc/plugins).
.SH "SEE ALSO"
-The documentation for
-.B lirc
-is maintained as html pages. They are located under html/ in the
-documentation directory.
-
-.BR lircd(8), mode2(1), xmode2(1)
-.BR irrecord(1) irw(1), http://www.lirc.org .
+.B lircd(8), mode2(1), xmode2(1), irrecord(1), irw(1)
--
2.2.2
|