diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-08-27 15:54:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-08-27 15:54:39 +0000 |
commit | ab7e2eda37d25578f72960409490a62bd6db43b0 (patch) | |
tree | 294ec5c9daa2f54fdbf2b29ad3da4f5b871575cf /usr.bin/mandoc | |
parent | 94bcca4fbf7479ac39513381ea7ca7f39753e71a (diff) |
Remove a lie reported by Jamie Landeg-Jones <jamie at catflap dot org>:
The times when -T man may have expanded .so requests are long gone,
nor would such a feature be useful. Use soelim(1) if you need that.
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r-- | usr.bin/mandoc/mandoc.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/mandoc/mandoc.1 b/usr.bin/mandoc/mandoc.1 index e90500a42a8..b9a94b7623e 100644 --- a/usr.bin/mandoc/mandoc.1 +++ b/usr.bin/mandoc/mandoc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mandoc.1,v 1.171 2020/08/27 14:28:08 schwarze Exp $ +.\" $OpenBSD: mandoc.1,v 1.172 2020/08/27 15:54:38 schwarze Exp $ .\" .\" Copyright (c) 2012, 2014-2020 Ingo Schwarze <schwarze@openbsd.org> .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> @@ -475,10 +475,7 @@ code is not supported. .Pp If the input format of a file is .Xr man 7 , -the input is copied to the output, expanding any -.Xr roff 7 -.Ic so -requests. +the input is copied to the output. The parser is also run, and as usual, the .Fl W level controls which |