From 833a10d61c39973e94f71c28c1e016affb076c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Fri, 8 Dec 2023 11:39:39 +0800 Subject: [PATCH] Say what the default is I found this answer using Unix 'strace'. P.S., maybe write -o bla, instead of -obla, as that works too, unlike -M, which doesn't tolerate whitespace. --- perldoc.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perldoc.pod b/perldoc.pod index 4cef8f5..d1971b4 100644 --- a/perldoc.pod +++ b/perldoc.pod @@ -248,7 +248,8 @@ above the nobody/nogroup level. Any switches in the C environment variable will be used before the command line arguments. -Useful values for C include C<-oterm>, C<-otext>, C<-ortf>, +Useful values for C include C<-oterm>, C<-otext> (the default +if no -o is given), C<-ortf>, C<-oxml>, and so on, depending on what modules you have on hand; or the formatter class may be specified exactly with C<-MPod::Perldoc::ToTerm> or the like.