diff options
author | 2015-07-27 17:28:38 +0000 | |
---|---|---|
committer | 2015-07-27 17:28:38 +0000 | |
commit | b9170857bcc7a01a0c7526d7965c4c9339fbceb9 (patch) | |
tree | 9bbfa25ebb5585032e2d86eab36bc0bc92d967ca /share/man/man5 | |
parent | Allow coalescing of IPI requests on mips64, to make IPI sending (diff) | |
download | wireguard-openbsd-b9170857bcc7a01a0c7526d7965c4c9339fbceb9.tar.xz wireguard-openbsd-b9170857bcc7a01a0c7526d7965c4c9339fbceb9.zip |
use file system path (.Pa) semantic markup macros where appropriate.
ok jmc@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/mixerctl.conf.5 | 8 | ||||
-rw-r--r-- | share/man/man5/mk.conf.5 | 8 |
2 files changed, 8 insertions, 8 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 |