diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-07-27 17:28:41 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-07-27 17:28:41 +0000 |
commit | 75eea74d10b522bd545fda3e2cdc7a6e949ed3cd (patch) | |
tree | 495a5a0b179d7b1712936f6f303729c639d37355 /share | |
parent | ddd4d609d9ac469c6b282cb30efe1dc8ca596ae1 (diff) |
use file system path (.Pa) semantic markup macros where appropriate.
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/mixerctl.conf.5 | 8 | ||||
-rw-r--r-- | share/man/man5/mk.conf.5 | 8 | ||||
-rw-r--r-- | share/man/man8/diskless.8 | 26 |
3 files changed, 21 insertions, 21 deletions
diff --git a/share/man/man5/mixerctl.conf.5 b/share/man/man5/mixerctl.conf.5 index 6a6ea551a3e..4a83e40c635 100644 --- a/share/man/man5/mixerctl.conf.5 +++ b/share/man/man5/mixerctl.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mixerctl.conf.5,v 1.5 2011/10/29 19:53:43 jmc Exp $ +.\" $OpenBSD: mixerctl.conf.5,v 1.6 2015/07/27 17:28:39 sobrado Exp $ .\" .\" Copyright (c) 2008 Jason McIntyre <jmc@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 29 2011 $ +.Dd $Mdocdate: July 27 2015 $ .Dt MIXERCTL.CONF 5 .Os .Sh NAME @@ -135,9 +135,9 @@ The file can then be played back to determine quality. .Dl $ aucat -o test.wav .Sh FILES .Bl -tag -width "/etc/mixerctl.confXXX" -compact -.It /dev/mixer +.It Pa /dev/mixer Default audio mixing device. -.It /etc/mixerctl.conf +.It Pa /etc/mixerctl.conf .Xr mixerctl 1 configuration file. .El diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index d44ead5ad4d..84e29549a44 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.26 2014/04/22 11:15:05 henning Exp $ +.\" $OpenBSD: mk.conf.5,v 1.27 2015/07/27 17:28:39 sobrado Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 22 2014 $ +.Dd $Mdocdate: July 27 2015 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -253,9 +253,9 @@ packages are installed. .El .Sh FILES .Bl -tag -width XXXXXXXXXXXXXXX -compact -.It /etc/mk.conf +.It Pa /etc/mk.conf System make configuration file. -.It /usr/share/mk/* +.It Pa /usr/share/mk/* System include make files. .El .Sh SEE ALSO diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index f4d3f70ddf8..213bb68824d 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.64 2015/02/16 16:38:54 naddy Exp $ +.\" $OpenBSD: diskless.8,v 1.65 2015/07/27 17:28:39 sobrado Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 16 2015 $ +.Dd $Mdocdate: July 27 2015 $ .Dt DISKLESS 8 .Os .Sh NAME @@ -384,27 +384,27 @@ Net boot the client. .El .Sh FILES .Bl -tag -width "/usr/mdec/rbootdXX" -compact -.It /etc/bootparams +.It Pa /etc/bootparams Client root and swap pathnames. -.It /etc/dhcpd.conf +.It Pa /etc/dhcpd.conf DHCP daemon configuration file. -.It /etc/ethers +.It Pa /etc/ethers Ethernet addresses of known clients. -.It /etc/exports +.It Pa /etc/exports Exported NFS mount points. -.It /etc/fstab +.It Pa /etc/fstab Static information about the filesystems. -.It /etc/hostname.$if +.It Pa /etc/hostname.$if Interface-specific configuration file. -.It /etc/hosts +.It Pa /etc/hosts Host name database. -.It /etc/myname +.It Pa /etc/myname Default hostname and gateway. -.It /etc/rbootd.conf +.It Pa /etc/rbootd.conf Configuration file for HP Remote Boot Daemon. -.It /tftpboot +.It Pa /tftpboot Location of boot programs loaded by the Sun PROM. -.It /usr/mdec/rbootd +.It Pa /usr/mdec/rbootd Location of boot programs loaded by the HP Boot ROM. .El .Sh SEE ALSO |