diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1999-08-15 10:48:36 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1999-08-15 10:48:36 +0000 |
commit | def37e7c68d5302d98cc7c808a9a7db4e338643e (patch) | |
tree | 9dda0df088ab9f763c21cdd5f2673a93cdb40d23 /share/man/man9/device_add_child.9 | |
parent | 36b3fda178c9af6ba319cbd9e95e663ef80edb72 (diff) |
Various man page cleanup:
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
Notes
Notes:
svn path=/head/; revision=49831
Diffstat (limited to 'share/man/man9/device_add_child.9')
-rw-r--r-- | share/man/man9/device_add_child.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/device_add_child.9 b/share/man/man9/device_add_child.9 index 17aaf1ffcb5f..580756a4afb2 100644 --- a/share/man/man9/device_add_child.9 +++ b/share/man/man9/device_add_child.9 @@ -26,10 +26,10 @@ .\" (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: device_add_child.9,v 1.1 1998/09/03 21:52:05 dfr Exp $ +.\" $Id: device_add_child.9,v 1.2 1999/05/28 09:38:25 dfr Exp $ .\" .Dd June 16, 1998 -.Dt device_add_child 9 +.Dt DEVICE_ADD_CHILD 9 .Os FreeBSD .Sh NAME .Nm device_add_child , |