From 1c1f4c06ff64b639cfdcd6162b813493f1f73a55 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sat, 15 Jan 2005 23:33:36 +0000 Subject: Escape "-" in SYNOPSIS. Thanks to Bas van Gompel for noticing this defect. --- locate/locate.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'locate/locate.1') diff --git a/locate/locate.1 b/locate/locate.1 index 6b11f6d6..df1bbc2c 100644 --- a/locate/locate.1 +++ b/locate/locate.1 @@ -3,8 +3,8 @@ locate \- list files in databases that match a pattern .SH SYNOPSIS .B locate -[\-d path | \-\-database=path] [-e | --existing] [-i | --ignore-case] -[\-0 | \-\-null] [\-c | \-\-count] [\-\-wholename] [\-b | \-\-basename] +[\-d path | \-\-database=path] [\-e | \-\-existing] [\-i | \-\-ignore-case] +[\-0 | \-\-null] [\-c | \-\-count] [\-w | \-\-wholename] [\-b | \-\-basename] [\-l N | \-\-limit=N] [\-S | \-\-statistics] [\-\-version] [\-\-help] pattern... .SH DESCRIPTION This manual page @@ -90,7 +90,7 @@ than this number. .I "\-0, \-\-null" Use ASCII NUL as a separator, instead of newline. .TP -.I "\-\-wholename" +.I "\-w, \-\-wholename" Match against the whole name of the file as listed in the database. This is the default. .TP -- cgit v1.2.1