Move device_get_flags.9 to device_set_flags.9, as src/share/man/man9/.
This commit is contained in:
parent
7523715ba7
commit
21c6bad140
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9797
2 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,6 @@ MAN9 = BUS_PRINT_CHILD.9\
|
|||
device_get_children.9\
|
||||
device_get_devclass.9\
|
||||
device_get_driver.9\
|
||||
device_get_flags.9\
|
||||
device_get_ivars.9\
|
||||
device_get_softc.9\
|
||||
device_get_state.9\
|
||||
|
@ -90,6 +89,7 @@ MAN9 = BUS_PRINT_CHILD.9\
|
|||
device_probe_and_attach.9\
|
||||
device_quiet.9\
|
||||
device_set_desc.9\
|
||||
device_set_flags.9\
|
||||
devtoname.9\
|
||||
driver.9\
|
||||
fetch.9\
|
||||
|
@ -170,7 +170,7 @@ MLINKS+=device_quiet.9 device_verbose.9
|
|||
MLINKS+=device_quiet.9 device_is_quiet.9
|
||||
MLINKS+=device_set_desc.9 device_get_desc.9
|
||||
MLINKS+=device_set_desc.9 device_set_desc_copy.9
|
||||
#MLINKS+=device_set_flags.9 device_get_flags.9
|
||||
MLINKS+=device_set_flags.9 device_get_flags.9
|
||||
MLINKS+=devclass_add_driver.9 devclass_delete_driver.9
|
||||
MLINKS+=devclass_add_driver.9 devclass_find_driver.9
|
||||
MLINKS+=BUS_READ_IVAR.9 BUS_WRITE_IVAR.9
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
.\"
|
||||
.\" %FreeBSD: src/share/man/man9/device_set_flags.9,v 1.1 1999/09/12 16:01:11 dfr Exp %
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\" $FreeBSD: doc/ja_JP.eucJP/man/man9/device_get_flags.9,v 1.2 2001/05/14 01:10:23 horikawa Exp $
|
||||
.Dd September 6, 1999
|
||||
.Dt DEVICE_GET_FLAGS 9
|
||||
.Os FreeBSD
|
Loading…
Reference in a new issue