1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00
freebsd/lib/libufs
Edward Tomasz Napierala 604f1c416c Don't put multiple names on a single .Nm line. This fixes apropos(1)
output, from this:

strnlen, strlen, strlen,(3) - find length of string                                                                                                                                                     │·······

... to this:

strlen, strnlen(3) - find length of string

PR:		223525
MFC after:	2 weeks
2018-04-17 09:05:46 +00:00
..
block.c
bread.3
cgread.3
cgroup.c
inode.c Fix potentially overflowing expression "fs->fs_ipg * fs->fs_ncg" 2018-04-11 19:28:54 +00:00
libufs.3
libufs.h
Makefile
Makefile.depend
sblock.c
sbread.3
type.c The ufs_disk_write() function is used to upgrade a read-only descriptor 2018-04-08 06:59:42 +00:00
ufs_disk_close.3 Don't put multiple names on a single .Nm line. This fixes apropos(1) 2018-04-17 09:05:46 +00:00