1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00

move udev(8) manpage to udev(7)

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
Kay Sievers 2006-01-24 20:21:42 +01:00
parent f5f0c34f6d
commit 2c769419a1
3 changed files with 61 additions and 65 deletions

View File

@ -81,7 +81,7 @@ UDEV_OBJS = \
LIBUDEV = libudev.a LIBUDEV = libudev.a
MAN_PAGES = \ MAN_PAGES = \
udev.8 \ udev.7 \
udevmonitor.8 \ udevmonitor.8 \
udevd.8 \ udevd.8 \
udevsend.8 \ udevsend.8 \
@ -213,7 +213,7 @@ udev_version.h:
@echo \#define UDEV_RULES_FILE \"$(configdir)/rules.d\" >> $@ @echo \#define UDEV_RULES_FILE \"$(configdir)/rules.d\" >> $@
# man pages # man pages
%.8: docs/%.xml %.8 %.7: docs/%.xml
xmlto man $? xmlto man $?
.PRECIOUS: %.8 .PRECIOUS: %.8
@ -259,7 +259,7 @@ install-config:
.PHONY: install-config .PHONY: install-config
install-man: install-man:
$(INSTALL_DATA) -D udev.8 $(DESTDIR)$(mandir)/man8/udev.8 $(INSTALL_DATA) -D udev.7 $(DESTDIR)$(mandir)/man7/udev.7
$(INSTALL_DATA) -D udevinfo.8 $(DESTDIR)$(mandir)/man8/udevinfo.8 $(INSTALL_DATA) -D udevinfo.8 $(DESTDIR)$(mandir)/man8/udevinfo.8
$(INSTALL_DATA) -D udevtest.8 $(DESTDIR)$(mandir)/man8/udevtest.8 $(INSTALL_DATA) -D udevtest.8 $(DESTDIR)$(mandir)/man8/udevtest.8
$(INSTALL_DATA) -D udevstart.8 $(DESTDIR)$(mandir)/man8/udevstart.8 $(INSTALL_DATA) -D udevstart.8 $(DESTDIR)$(mandir)/man8/udevstart.8
@ -274,7 +274,7 @@ install-man:
.PHONY: install-man .PHONY: install-man
uninstall-man: uninstall-man:
- rm -f $(DESTDIR)$(mandir)/man8/udev.8 - rm -f $(DESTDIR)$(mandir)/man7/udev.7
- rm -f $(DESTDIR)$(mandir)/man8/udevinfo.8 - rm -f $(DESTDIR)$(mandir)/man8/udevinfo.8
- rm -f $(DESTDIR)$(mandir)/man8/udevtest.8 - rm -f $(DESTDIR)$(mandir)/man8/udevtest.8
- rm -f $(DESTDIR)$(mandir)/man8/udevstart.8 - rm -f $(DESTDIR)$(mandir)/man8/udevstart.8

View File

@ -27,7 +27,7 @@
<refmeta> <refmeta>
<refentrytitle>udev</refentrytitle> <refentrytitle>udev</refentrytitle>
<manvolnum>8</manvolnum> <manvolnum>7</manvolnum>
</refmeta> </refmeta>
<refnamediv> <refnamediv>
@ -510,14 +510,11 @@
<refsect1> <refsect1>
<title>SEE ALSO</title> <title>SEE ALSO</title>
<para><citerefentry> <para><citerefentry>
<refentrytitle>udev</refentrytitle><manvolnum>8</manvolnum> <refentrytitle>udevd</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>, </citerefentry>,
<citerefentry> <citerefentry>
<refentrytitle>udevinfo</refentrytitle><manvolnum>8</manvolnum> <refentrytitle>udevinfo</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>, </citerefentry>,
<citerefentry>
<refentrytitle>udevd</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>,
<citerefentry> <citerefentry>
<refentrytitle>udevmonitor</refentrytitle><manvolnum>8</manvolnum> <refentrytitle>udevmonitor</refentrytitle><manvolnum>8</manvolnum>
</citerefentry></para> </citerefentry></para>

View File

@ -1,8 +1,8 @@
.\" ** You probably do not want to edit this file directly ** .\" ** You probably do not want to edit this file directly **
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.0). .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
.\" Instead of manually editing it, you probably should edit the DocBook XML .\" Instead of manually editing it, you probably should edit the DocBook XML
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
.TH "UDEV" "8" "August 2005" "udev" "udev" .TH "UDEV" "7" "August 2005" "udev" "udev"
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)
@ -181,7 +181,7 @@ The devpath of the device.
\fB$id\fR, \fB%b\fR \fB$id\fR, \fB%b\fR
The name of the device matched while searching the devpath upwards for The name of the device matched while searching the devpath upwards for
\fBBUS\fR, \fBBUS\fR,
\fBID\fR \fBDRIVER\fR \fBID\fR\fBDRIVER\fR
and and
\fBSYSFS\fR. \fBSYSFS\fR.
.TP .TP
@ -244,7 +244,6 @@ and Kay Sievers
and many others. and many others.
.SH "SEE ALSO" .SH "SEE ALSO"
.PP .PP
\fBudev\fR(8),
\fBudevinfo\fR(8),
\fBudevd\fR(8), \fBudevd\fR(8),
\fBudevinfo\fR(8),
\fBudevmonitor\fR(8) \fBudevmonitor\fR(8)