Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2017 18:48:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 219578] [PATCH] bsdgrep: update synopsis/man page
Message-ID:  <bug-219578-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219578

            Bug ID: 219578
           Summary: [PATCH] bsdgrep: update synopsis/man page
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: yuripv@gmx.com
          Keywords: patch

Created attachment 182941
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182941&action=
=3Dedit
patch

- remove --colour and --context from SYNOPSIS and usage, they are equivalen=
ts
of --color and -C, respectively
- fix formatting for -C and --color option in DESCRIPTION
- correct label in SYNOPSIS and add it to DESCRIPTION
- add --exclude, --exclude-dir, --include, and --include-dir to both SYNOPS=
IS
and usage
- move long options inside the DESCRIPTION sorting them alphabetically - so=
me
of them were already there, just for consistency
- add --mmap to SYNOPSIS and usage
- remove (or change) the nonexistent -P option

updated usage:

usage: grep [-abcDEFGHhIiJLlmnOopqRSsUVvwxZz] [-A num] [-B num] [-C[num]]
        [-e pattern] [-f file] [--binary-files=3Dvalue] [--color[=3Dwhen]]
        [--exclude=3Dpattern] [--exclude-dir=3Dpattern] [--include=3Dpatter=
n]
        [--include-dir=3Dpattern] [--label=3Dvalue] [--line-buffered] [--mm=
ap]
        [--null] [pattern] [file ...]

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219578-8>