All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] Man page for sensors-conf-convert
@ 2013-08-01 12:17 Jaromir Capik
  2013-08-01 12:18 ` Jaromir Capik
  2013-09-11 12:19 ` Jean Delvare
  0 siblings, 2 replies; 3+ messages in thread
From: Jaromir Capik @ 2013-08-01 12:17 UTC (permalink / raw)
  To: lm-sensors

Hello Jean.

Our engineers did a mass scan for man page problems few weeks
ago. During the scan they found that the sensors-conf-convert
tool doesn't have a manpage.
I've created a short manpage for the tool and modified the
makefile accordingly.

Please, check the patch and apply/modify if needed.

Thanks.

Regards,
Jaromir.

--
Jaromir Capik
Red Hat Czech, s.r.o.
Software Engineer / BaseOS

Email: jcapik@redhat.com
Web: www.cz.redhat.com
Red Hat Czech s.r.o., Purkynova 99/71, 612 45, Brno, Czech Republic
IC: 27690016 



_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [lm-sensors] [PATCH] Man page for sensors-conf-convert
  2013-08-01 12:17 [lm-sensors] [PATCH] Man page for sensors-conf-convert Jaromir Capik
@ 2013-08-01 12:18 ` Jaromir Capik
  2013-09-11 12:19 ` Jean Delvare
  1 sibling, 0 replies; 3+ messages in thread
From: Jaromir Capik @ 2013-08-01 12:18 UTC (permalink / raw)
  To: lm-sensors

[-- Attachment #1: Type: text/plain, Size: 27 bytes --]

And now the attachment :]


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: lm_sensors-3.3.4-man-sensors-conf-conv.patch --]
[-- Type: text/x-patch; name=lm_sensors-3.3.4-man-sensors-conf-conv.patch, Size: 1572 bytes --]

diff -Naur lm_sensors-3.3.4.orig/etc/Module.mk lm_sensors-3.3.4/etc/Module.mk
--- lm_sensors-3.3.4.orig/etc/Module.mk	2009-07-24 15:52:28.000000000 +0200
+++ lm_sensors-3.3.4/etc/Module.mk	2013-08-01 13:47:42.000000000 +0200
@@ -32,10 +32,13 @@
 	     -a ! -e $(DESTDIR)$(ETCDIR)/modprobe.d/lm_sensors.conf ] ; then \
 	  $(MV) $(DESTDIR)$(ETCDIR)/modprobe.d/lm_sensors $(DESTDIR)$(ETCDIR)/modprobe.d/lm_sensors.conf ; \
 	fi
+	$(MKDIR) $(DESTDIR)$(MANDIR)/man8
+	$(INSTALL) -m 644 $(ETC_DIR)/sensors-conf-convert.8 $(DESTDIR)$(MANDIR)/man8
 
 user_install :: install-etc
 
 uninstall-etc:
 	$(RM) $(DESTDIR)$(BINDIR)/sensors-conf-convert
+	$(RM) $(DESTDIR)$(MANDIR)/man8/sensors-conf-convert.8
 
 user_uninstall :: uninstall-etc
diff -Naur lm_sensors-3.3.4.orig/etc/sensors-conf-convert.8 lm_sensors-3.3.4/etc/sensors-conf-convert.8
--- lm_sensors-3.3.4.orig/etc/sensors-conf-convert.8	1970-01-01 01:00:00.000000000 +0100
+++ lm_sensors-3.3.4/etc/sensors-conf-convert.8	2013-08-01 13:34:06.197767137 +0200
@@ -0,0 +1,27 @@
+.TH SENSORS-CONF-CONVERT 8 "August 2013" "lm-sensors 3"
+.SH NAME
+sensors-conf-convert \- sensors configuration conversion
+
+.SH SYNOPSIS
+.B sensors-conf-convert
+\ <
+.I /etc/sensors.conf
+\ \ \ >
+.I /etc/sensors3.conf
+
+.SH DESCRIPTION
+The purpose of the
+.B sensors-conf-convert
+tool is to convert
+.I sensors.conf
+from the lm_sensors version 2 to the lm_sensors
+version 3 format.
+.P
+The data are read from the standard input and the result
+is written to the standard output.
+
+.SH SEE ALSO
+sensors(1)
+
+.SH AUTHOR
+Jean Delvare

[-- Attachment #3: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [lm-sensors] [PATCH] Man page for sensors-conf-convert
  2013-08-01 12:17 [lm-sensors] [PATCH] Man page for sensors-conf-convert Jaromir Capik
  2013-08-01 12:18 ` Jaromir Capik
@ 2013-09-11 12:19 ` Jean Delvare
  1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2013-09-11 12:19 UTC (permalink / raw)
  To: lm-sensors

On Thu, 1 Aug 2013 08:18:19 -0400 (EDT), Jaromir Capik wrote:
> And now the attachment :]

Applied, thanks!
http://www.lm-sensors.org/changeset/6197

-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-11 12:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-01 12:17 [lm-sensors] [PATCH] Man page for sensors-conf-convert Jaromir Capik
2013-08-01 12:18 ` Jaromir Capik
2013-09-11 12:19 ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.