pages*: simplify page description (#12149)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# lipo
|
||||
|
||||
> Tool for handling Mach-O Universal Binaries.
|
||||
> Handle Mach-O Universal Binaries.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/lipo.1.html>.
|
||||
|
||||
- Create a universal file from two single-architecture files:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# mdfind
|
||||
|
||||
> List files matching a given query.
|
||||
> List files matching a query.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/mdfind.1.html>.
|
||||
|
||||
- Find a file by its name:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# opensnoop
|
||||
|
||||
> Tool that tracks file opens on your system.
|
||||
> Track file opens on your system.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/opensnoop.1m.html>.
|
||||
|
||||
- Print all file opens as they occur:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# textutil
|
||||
|
||||
> Used to manipulate text files of various formats.
|
||||
> Manipulate text files of various formats.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/textutil.1.html>.
|
||||
|
||||
- Display information about `foo.rtf`:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# whatis
|
||||
|
||||
> Tool that searches a set of database files containing short descriptions of system commands for keywords.
|
||||
> Search a set of database files for short descriptions of system commands for keywords.
|
||||
> More information: <http://www.linfo.org/whatis.html>.
|
||||
|
||||
- Search for information about keyword:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# whence
|
||||
|
||||
> A zsh builtin to indicate how a given command would be interpreted.
|
||||
> A zsh builtin to indicate how a command would be interpreted.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/whence.1.html>.
|
||||
|
||||
- Interpret `command`, with expansion if defined as an `alias` (similar to the `command -v` builtin):
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# xctool
|
||||
|
||||
> Tool for building Xcode projects.
|
||||
> Build Xcode projects.
|
||||
> More information: <https://github.com/facebookarchive/xctool>.
|
||||
|
||||
- Build a single project without any workspace:
|
||||
|
Reference in New Issue
Block a user