diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-22 09:35:58 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-22 09:35:58 +0000 |
commit | f4d874a1db833173112c1f9fe338994fc82cc882 (patch) | |
tree | d6af10790c430f71469b99cc875d9c8ca7a7bb97 /share/man/man5 | |
parent | 725ab6287fb4f78a5e98def40149d17f99eeb928 (diff) |
mdoc(7) police: do not split author names in the AUTHORS section.
Notes
Notes:
svn path=/head/; revision=69027
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/fdesc.5 | 1 | ||||
-rw-r--r-- | share/man/man5/fdescfs.5 | 1 | ||||
-rw-r--r-- | share/man/man5/kernfs.5 | 1 | ||||
-rw-r--r-- | share/man/man5/linprocfs.5 | 1 | ||||
-rw-r--r-- | share/man/man5/procfs.5 | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man5/fdesc.5 b/share/man/man5/fdesc.5 index 2af50dd90053..31b84b07c2f1 100644 --- a/share/man/man5/fdesc.5 +++ b/share/man/man5/fdesc.5 @@ -102,6 +102,7 @@ The manual page first appeared in .Fx 2.2 . .Sh AUTHORS +.An -nosplit The .Nm manual page was written by diff --git a/share/man/man5/fdescfs.5 b/share/man/man5/fdescfs.5 index 2af50dd90053..31b84b07c2f1 100644 --- a/share/man/man5/fdescfs.5 +++ b/share/man/man5/fdescfs.5 @@ -102,6 +102,7 @@ The manual page first appeared in .Fx 2.2 . .Sh AUTHORS +.An -nosplit The .Nm manual page was written by diff --git a/share/man/man5/kernfs.5 b/share/man/man5/kernfs.5 index b4244d619d17..2cb200e43eff 100644 --- a/share/man/man5/kernfs.5 +++ b/share/man/man5/kernfs.5 @@ -121,6 +121,7 @@ The manual page first appeared in .Fx 2.2 . .Sh AUTHORS +.An -nosplit This manual page was written by .An Mike Pritchard Aq mpp@FreeBSD.org , and was adapted from the diff --git a/share/man/man5/linprocfs.5 b/share/man/man5/linprocfs.5 index 4f2df6814439..ed0072085648 100644 --- a/share/man/man5/linprocfs.5 +++ b/share/man/man5/linprocfs.5 @@ -73,6 +73,7 @@ the complete virtual address space of the process .Xr procfs 5 , .Xr mount_linprocfs 8 .Sh AUTHORS +.An -nosplit The .Nm was derived from diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5 index 62141aa18fb0..e16f10cab278 100644 --- a/share/man/man5/procfs.5 +++ b/share/man/man5/procfs.5 @@ -239,6 +239,7 @@ the process' current status .Xr unmount 2 , .Xr mount_procfs 8 .Sh AUTHORS +.An -nosplit This manual page written by .An Garrett Wollman , based on the description |