diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-08-10 00:16:02 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-09-25 22:57:28 +0900 |
commit | 696f08238bc25a27e4b96c355c26bc0d27738548 () | |
tree | 8db53eff45ae15079297d9fbe01dceafba7817fe | |
parent | 7c48a70c47998efd66c4fa3a062eaf66e6dd97d4 (diff) |
Add "piping bug reports to a program" to the manual page
-rw-r--r-- | man/ruby.1 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -669,6 +669,8 @@ PID of dumped process. .It %t Time of dump, expressed as seconds since the Epoch, 1970-01-01 00:00:00 +0000 (UTC). .El .Pp A single % at the end of the template is dropped from the @@ -678,6 +680,13 @@ All other characters in the template become a literal part of the core filename. The template may include \(aq/\(aq characters, which are interpreted as delimiters for directory names. .Sh SEE ALSO .Bl -hang -compact -width "https://www.ruby-toolbox.com/" .It Lk https://www.ruby-lang.org/ |