mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 23:21:08 +03:00
move udev(8) manpage to udev(7)
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
parent
f5f0c34f6d
commit
2c769419a1
8
Makefile
8
Makefile
@ -81,7 +81,7 @@ UDEV_OBJS = \
|
||||
LIBUDEV = libudev.a
|
||||
|
||||
MAN_PAGES = \
|
||||
udev.8 \
|
||||
udev.7 \
|
||||
udevmonitor.8 \
|
||||
udevd.8 \
|
||||
udevsend.8 \
|
||||
@ -213,7 +213,7 @@ udev_version.h:
|
||||
@echo \#define UDEV_RULES_FILE \"$(configdir)/rules.d\" >> $@
|
||||
|
||||
# man pages
|
||||
%.8: docs/%.xml
|
||||
%.8 %.7: docs/%.xml
|
||||
xmlto man $?
|
||||
.PRECIOUS: %.8
|
||||
|
||||
@ -259,7 +259,7 @@ install-config:
|
||||
.PHONY: install-config
|
||||
|
||||
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 udevtest.8 $(DESTDIR)$(mandir)/man8/udevtest.8
|
||||
$(INSTALL_DATA) -D udevstart.8 $(DESTDIR)$(mandir)/man8/udevstart.8
|
||||
@ -274,7 +274,7 @@ install-man:
|
||||
.PHONY: install-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/udevtest.8
|
||||
- rm -f $(DESTDIR)$(mandir)/man8/udevstart.8
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
<refmeta>
|
||||
<refentrytitle>udev</refentrytitle>
|
||||
<manvolnum>8</manvolnum>
|
||||
<manvolnum>7</manvolnum>
|
||||
</refmeta>
|
||||
|
||||
<refnamediv>
|
||||
@ -510,14 +510,11 @@
|
||||
<refsect1>
|
||||
<title>SEE ALSO</title>
|
||||
<para><citerefentry>
|
||||
<refentrytitle>udev</refentrytitle><manvolnum>8</manvolnum>
|
||||
<refentrytitle>udevd</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>udevinfo</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>udevd</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>udevmonitor</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry></para>
|
||||
|
@ -1,8 +1,8 @@
|
||||
.\" ** 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
|
||||
.\" 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
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
@ -244,7 +244,6 @@ and Kay Sievers
|
||||
and many others.
|
||||
.SH "SEE ALSO"
|
||||
.PP
|
||||
\fBudev\fR(8),
|
||||
\fBudevinfo\fR(8),
|
||||
\fBudevd\fR(8),
|
||||
\fBudevinfo\fR(8),
|
||||
\fBudevmonitor\fR(8)
|
Loading…
Reference in New Issue
Block a user