From 345d5179236da579bed62a13a36bd34f86e09704 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 11 Jan 2018 19:22:00 +1300 Subject: Separate ax(1df) manpage args from command Just for a clearer visual distinction. This probably needs to be done for other manual pages, too. We use zero-width characters (\&) at the start of the lines beginning with apostrophes so that they get printed literally. --- man/man1/ax.1df | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/man1/ax.1df b/man/man1/ax.1df index a1513e06..40125167 100644 --- a/man/man1/ax.1df +++ b/man/man1/ax.1df @@ -3,9 +3,11 @@ .B ax \- evaluate an awk expression .SH SYNOPSIS -.B ax '2.0+3.0' +.B ax +\&'2.0+3.0' .br -.B ax '%.2f\n' 'sin(2)' +.B ax +\&'%.2f\\n' 'sin(2)' .SH DESCRIPTION .B ax evaluates an expression given on the command line with awk(1) and prints its -- cgit v1.2.3