diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 2023-09-07 14:59:12 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 2023-09-25 17:31:50 +0000 |
| commit | d03af6473e64bc0e9e1f8a7d5dd329247268d3dc (patch) | |
| tree | 54e32513ca0fc4b2ecb162a3f592aca28c2ded2e | |
| parent | 1cc5240b590ba13cb9a41995c8f80988007798cb (diff) | |
| download | src-d03af6473e64bc0e9e1f8a7d5dd329247268d3dc.tar.gz src-d03af6473e64bc0e9e1f8a7d5dd329247268d3dc.zip | |
switch groff parameter -man to -mandoc for new groff release 1.23.0
PR: 273565
(cherry picked from commit cd89fe3923e92ab090cbdff7eb215c2d85b51718)
| -rw-r--r-- | usr.bin/man/man.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/man/man.conf.5 b/usr.bin/man/man.conf.5 index 5bffbf96bec2..90595bb6d498 100644 --- a/usr.bin/man/man.conf.5 +++ b/usr.bin/man/man.conf.5 @@ -113,8 +113,8 @@ MANLOCALE ja_JP.eucJP EQN_JA /usr/local/bin/geqn PIC_JA /usr/local/bin/gpic TBL_JA /usr/local/bin/gtbl -NROFF_JA /usr/local/bin/groff -man -dlang=ja_JP.eucJP -TROFF_JA /usr/local/bin/groff -man -dlang=ja_JP.euc.jp +NROFF_JA /usr/local/bin/groff -mandoc -dlang=ja_JP.eucJP +TROFF_JA /usr/local/bin/groff -mandoc -dlang=ja_JP.euc.jp .Ed .Pp If the system administrator decides to override the |
