Fixed bitrot in synopsis (devfs_link was renamed to devfs_makelink).
Didn't fix bitrot in this page's name; just install a link.
This commit is contained in:
parent
5ad5ff52b2
commit
2f02d39302
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.43 1999/01/09 05:09:21 obrien Exp $
|
||||
# $Id: Makefile,v 1.44 1999/01/30 15:33:20 nsouch Exp $
|
||||
|
||||
MAN9= MD5.9 \
|
||||
VFS.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 \
|
||||
@ -53,6 +53,7 @@ MLINKS+=at_exit.9 rm_at_exit.9
|
||||
MLINKS+=at_fork.9 rm_at_fork.9
|
||||
MLINKS+=at_shutdown.9 rm_at_shutdown.9
|
||||
MLINKS+=copy.9 copyin.9 copy.9 copyinstr.9 copy.9 copyout.9 copy.9 copystr.9
|
||||
MLINKS+=devfs_link.9 devfs_makelink.9
|
||||
MLINKS+=devstat.9 devicestat.9 devstat.9 devstat_add_entry.9
|
||||
MLINKS+=devstat.9 devstat_remove_entry.9 devstat.9 devstat_start_transaction.9
|
||||
MLINKS+=devstat.9 devstat_end_transaction.9
|
||||
|
@ -25,26 +25,26 @@
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: devfs_link.9,v 1.9 1998/05/06 09:13:53 phk Exp $
|
||||
.\" $Id: devfs_link.9,v 1.10 1998/08/31 16:41:07 wosch Exp $
|
||||
.\"
|
||||
.Dd December 31, 1995
|
||||
.Os FreeBSD
|
||||
.Dt DEVFS_LINK 9
|
||||
.Sh NAME
|
||||
.Nm devfs_link
|
||||
.Nm devfs_makelink
|
||||
.Nd make a hard link for a devfs entry
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/devfsext.h>
|
||||
.Ft void *
|
||||
.Fn devfs_link "void *original" "char *fmt" ...
|
||||
.Fn devfs_makelink "void *original" "char *fmt" ...
|
||||
.Sh DESCRIPTION
|
||||
The function
|
||||
.Nm
|
||||
takes a token from a previous call to
|
||||
.Fn devfs_add_devswf
|
||||
or
|
||||
.Fn devfs_link
|
||||
.Fn devfs_makelink
|
||||
as argument, and links it to an alias location denoted by
|
||||
.Ar fmt
|
||||
string.
|
||||
|
Loading…
Reference in New Issue
Block a user