From d26afd541df23fb12a7967a6327bd1eafc184a85 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 15 Jan 2005 12:28:01 +0000 Subject: Eliminate macro calls inside literal displays. --- usr.bin/locate/locate/locate.1 | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'usr.bin/locate') diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index 0d335cf..8a2e22b 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -133,19 +133,16 @@ and then in .Pa /var/db/locate.database and then in .Pa /cdrom/locate.database . -.Bd -literal -$ locate -d db1 -d db2 -d db3 pattern -.Ed +.Pp +.Dl "$ locate -d db1 -d db2 -d db3 pattern" .Pp is the same as -.Bd -literal -$ locate -d db1:db2:db3 pattern -.Ed +.Pp +.Dl "$ locate -d db1:db2:db3 pattern" .Pp or -.Bd -literal -.Dq $ locate -d db1:db2 -d db3 pattern . -.Ed +.Pp +.Dl "$ locate -d db1:db2 -d db3 pattern" .Pp If .Ar - -- cgit v1.1