diff options
author | 2007-05-17 06:44:11 +0000 | |
---|---|---|
committer | 2007-05-17 06:44:11 +0000 | |
commit | fac296b708bbce3b165b22be7b1f92f2878168f9 (patch) | |
tree | 7ce8a72aacb966f95400c9701610699fa5c40e81 | |
parent | the `doc' entry listed only out of date paths to sendmail docs, so (diff) | |
download | wireguard-openbsd-fac296b708bbce3b165b22be7b1f92f2878168f9.tar.xz wireguard-openbsd-fac296b708bbce3b165b22be7b1f92f2878168f9.zip |
add an entry for `.ms'; ok millert
-rw-r--r-- | etc/man.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/man.conf b/etc/man.conf index ecb57822fa7..d4ba3aae1c8 100644 --- a/etc/man.conf +++ b/etc/man.conf @@ -1,4 +1,4 @@ -# $OpenBSD: man.conf,v 1.9 2007/05/17 06:41:53 jmc Exp $ +# $OpenBSD: man.conf,v 1.10 2007/05/17 06:44:11 jmc Exp $ # Sheer, raging paranoia... _version BSD.2 @@ -26,6 +26,7 @@ _build .tbl /usr/bin/tbl %s | /usr/bin/nroff -man _build .tbl.Z /usr/bin/zcat %s | /usr/bin/tbl | /usr/bin/nroff -man _build .tbl.gz /usr/bin/gunzip -c %s | /usr/bin/tbl | /usr/bin/nroff -man _build .me /usr/bin/nroff -me %s 2>/dev/null | cat -s +_build .ms /usr/bin/nroff -ms %s 2>/dev/null | cat -s # Sections and their directories. # All paths ending in '/' are the equivalent of entries specifying that |