From 903ab6eb19c02bb49a58dd44e5abf97c66529a49 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 7 Jul 2004 13:09:37 +0000 Subject: [PATCH] Pathnames as .Nm arguments in the NAME section isn't a good idea, as they appear in the whatis(1) output. So replace them with the lowercase version of the document title. While here, do some tiny markup fixes. --- share/man/man5/bluetooth.hosts.5 | 8 ++++---- share/man/man5/bluetooth.protocols.5 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/share/man/man5/bluetooth.hosts.5 b/share/man/man5/bluetooth.hosts.5 index eba3e971a1e2..bda4d920496d 100644 --- a/share/man/man5/bluetooth.hosts.5 +++ b/share/man/man5/bluetooth.hosts.5 @@ -29,11 +29,11 @@ .Dt BLUETOOTH.HOSTS 5 .Os .Sh NAME -.Nm /etc/bluetooth/hosts +.Nm bluetooth.hosts .Nd Bluetooth host name database .Sh DESCRIPTION The -.Nm +.Pa /etc/bluetooth/hosts file contains information regarding the known Bluetooth hosts. For each Bluetooth host a single line should be present with the following information: @@ -45,7 +45,7 @@ aliases .Pp Items are separated by any number of blanks and/or tab characters. A -.Dq # +.Ql # indicates the beginning of a comment; characters up to the end of the line are not interpreted by routines which search the file. .Pp @@ -54,7 +54,7 @@ Bluetooth addresses are specified as six hex bytes separated by columns Host names may contain any printable character other than a field delimiter, newline, or comment character. .Sh FILES -.Bl -tag -width /etc/bluetooth/hosts -compact +.Bl -tag -width ".Pa /etc/bluetooth/hosts" -compact .It Pa /etc/bluetooth/hosts .El .Sh SEE ALSO diff --git a/share/man/man5/bluetooth.protocols.5 b/share/man/man5/bluetooth.protocols.5 index 25adebdcebe2..64a7dd56367b 100644 --- a/share/man/man5/bluetooth.protocols.5 +++ b/share/man/man5/bluetooth.protocols.5 @@ -29,11 +29,11 @@ .Dt BLUETOOTH.PROTOCOLS 5 .Os .Sh NAME -.Nm /etc/bluetooth/protocols +.Nm bluetooth.protocols .Nd Bluetooth Protocol Service Multiplexor database .Sh DESCRIPTION The -.Nm +.Pa /etc/bluetooth/protocols file contains information regarding the known Bluetooth Protocol Service Multiplexor values. For each Bluetooth Protocol Service Multiplexor a single line should be @@ -46,14 +46,14 @@ aliases .Pp Items are separated by any number of blanks and/or tab characters. A -.Dq # +.Ql # indicates the beginning of a comment; characters up to the end of the line are not interpreted by routines which search the file. .Pp Bluetooth Protocol Service Multiplexor names may contain any printable character other than a field delimiter, newline, or comment character. .Sh FILES -.Bl -tag -width /etc/bluetooth/hosts -compact +.Bl -tag -width ".Pa /etc/bluetooth/hosts" -compact .It Pa /etc/bluetooth/protocols .El .Sh SEE ALSO