Commit Graph

1926 Commits (d7041ec1d3ef65f14012ff1bba209430e57876de)

Author SHA1 Message Date
Waldir Pimenta d7041ec1d3 tar: reword the second sentence of the main desc. (#1058) 2016-09-22 20:09:54 +01:00
kidpixo 386a66cc9d column: add page (#1053) 2016-09-22 15:20:03 +01:00
Waldir Pimenta 1072483744 page format: lowercase command names consistently (#1083) 2016-09-22 08:03:38 +01:00
Te-Chi Liu 5a54763c72 fixup: token string style (#1081)
- use underscore rather than minus
- use lower case rather than uppder case
2016-09-21 21:05:46 +05:30
Te-Chi Liu a6efcb6ba8 git-rebase: add --onto option (#1080) 2016-09-21 12:28:28 +05:30
Agniva De Sarker c73c797594 Merge pull request #1079 from tldr-pages/svn
git-svn: add fetch subcommand
2016-09-21 09:47:34 +05:30
Agniva De Sarker fbac2453be Merge pull request #1075 from alx741/stlink
Stlink: add pages
2016-09-21 09:45:55 +05:30
Daniel Campoverde [alx741] bcaef1f8ab stlink: wrap port number in {{}} 2016-09-20 13:27:56 -05:00
Agniva De Sarker 1e9232a77d git-svn: fix page comments 2016-09-20 08:27:09 +01:00
Ricardo Corrie aaa8b61bd6 Revision based on PR feedback 2016-09-20 08:27:09 +01:00
Ricardo Corrie 3701b6973f git-svn: add `fetch` subcommand 2016-09-20 08:27:09 +01:00
Starbeamrainbowlabs 7356a47e02 whatis: add page (#1078) 2016-09-19 23:06:07 +05:30
Agniva De Sarker 0012e4ac2d qemu-img: add page (#1074) 2016-09-19 21:16:17 +05:30
Daniel Campoverde [alx741] 29d7166a4d stlink: use {{localhost}} 2016-09-18 17:36:50 -05:00
Daniel Campoverde [alx741] f07e797642 stlink: expand GDB name 2016-09-18 13:25:47 -05:00
Daniel Campoverde [alx741] a6d469a036 stlink: fix typo 2016-09-18 13:25:24 -05:00
Daniel Campoverde [alx741] 5c9c8b4023 stlink: add extra clarification on descriptions 2016-09-18 09:22:00 -05:00
Daniel Campoverde [alx741] 40a785d199 stflash: use spelled out options 2016-09-18 09:19:53 -05:00
Daniel Campoverde [alx741] 57e32a7e52 stlink: add st-info page 2016-09-17 23:13:42 -05:00
Daniel Campoverde [alx741] bee393809e stlink: add st-util page 2016-09-17 23:09:04 -05:00
Daniel Campoverde [alx741] e7ba9d8ba8 stlink: add st-flash page 2016-09-17 23:04:12 -05:00
Leandro Ostera bf78263c1b Merge pull request #1064 from tldr-pages/tree-N
tree: mention -N option for -i -f
2016-09-17 12:28:06 +02:00
Waldir Pimenta 5cbcb7e7cf linux/tree: use -N avoid escaping special chars 2016-09-16 11:41:23 +01:00
Waldir Pimenta c294bdc4b6 Update tree.md 2016-09-16 11:40:15 +01:00
Leandro Ostera 68351454ed Merge pull request #1063 from ramwin/master
rdesktop: add page
2016-09-16 11:19:03 +02:00
Leandro Ostera a5d42f53dd Merge pull request #1062 from tldr-pages/make
make: Improve page
2016-09-16 07:11:34 +02:00
Xiang Wang 45de439ec3 add the page of rdesktop command 2016-09-16 01:31:42 +08:00
Agniva De Sarker b18c728ace make: Improve page
- Fix syntax error
- Expand flags
- Change "rule" to "target" as its a better terminology for make
2016-09-15 20:13:05 +05:30
Gregor Aisch b256d9e49e added make -B 2016-09-15 19:53:54 +05:30
Waldir Pimenta df7fd7a1f1 cpio: qualify "(custom) binary format" 2016-09-14 23:30:06 +01:00
Waldir Pimenta 4525b11fcf Merge pull request #1052 from tldr-pages/cpio
cpio: update descriptions
2016-09-14 23:26:57 +01:00
Agniva De Sarker 143394bda4 cpio: Re-modify descriptions to match flags
- Also fixed a minor grammar error
2016-09-14 22:18:01 +05:30
Waldir Pimenta c4740ca4e3 launchctl: add page (#1040) 2016-09-14 17:29:12 +01:00
Agniva De Sarker 1ecdf19238 cpio: add detailed description about archive format 2016-09-13 12:05:19 +05:30
Parth Mehrotra 4bfdfacfa7 git-add: update to -A option (#1051)
See: (`git add -A` vs `git add .`)[http://stackoverflow.com/questions/26042390/git-add-asterisk-vs-git-add-period]
2016-09-12 09:53:57 +05:30
Waldir Pimenta 8589e1f7a5 Merge pull request #1049 from sbrl/patch-2
useradd: Add command to create a system user.
2016-09-11 13:38:18 +01:00
Starbeamrainbowlabs a9fea19ec4 Converted all arguments to the long form 2016-09-10 19:35:35 +01:00
Starbeamrainbowlabs b36b02692f Reworded other example to aid simplicity. 2016-09-10 19:34:16 +01:00
Eric Nielsen 41c8c1a197 more: Remove redundant `(next)` for Page down (#1044)
This makes sense in the less page,
where there are examples for both Page down and up,
but not here.
2016-09-10 23:01:51 +05:30
Agniva De Sarker 1a8f54c375 cpio: Update description to match flags 2016-09-10 22:02:57 +05:30
Waldir Pimenta 62d4d4816f du: rework page, add glob matching example (fixes #1032) (#1034)
* fixup: remove excess whitespace

* du: various tweaks

- improve main description (include what "du" stands for)
- simplify globbing example
- unify nomenclature of folder/directory
- minor tweaks to existing descriptions

* du: a bunch of further rewordings

these changes aim to improve both clarity but also the sequence of commands to make it easier to build a mental model of how the tool works.

* osx/du: sync w/ changes in the linux folder

* linux/du: sync w/ changes in the osx folder

* remove slighly redundant «recursively» to make description simpler
2016-09-10 12:18:28 +01:00
Starbeamrainbowlabs 49327963e2 Add command to create a system user to useradd.
Creating a new system user is common administrative task on the average linux server. Adding the appropriate command to tldr-pages will be rather useful, since it isn't something you do every day and is easy to forget.
2016-09-10 10:45:36 +01:00
Waldir Pimenta ed012db814 Merge pull request #1041 from tldr-pages/cron
cron: Add job definition example (addresses #822)
2016-09-09 09:02:48 +01:00
Agniva De Sarker 835c4a3e49 cron: Use day/month names instead of nos. 2016-09-09 13:22:41 +05:30
Waldir Pimenta 5b9958d77a inkscape: use FileQuit instead of FileClose
probably more useful in the general case
2016-09-09 04:02:40 +01:00
Agniva De Sarker 3c00a0d180 cron: Add job definition example 2016-09-08 15:09:19 +05:30
Kostyantyn Moroz ace09a9c9b Added format of crontab file 2016-09-08 15:09:19 +05:30
Waldir Pimenta 82c2fc4ff5 add @agnivade to the list of maintainers 2016-09-08 09:22:43 +01:00
Waldir Pimenta 813e63e09e Restoring lgtm.co integration; giving it another go to see if we can make it work this time
This reverts commit ba981e750e.
2016-09-08 09:18:20 +01:00
Waldir Pimenta b2085437e0 Restore MAINTAINERS file, as I'm plannint to give lgtm.co a try again
Plus, it's generally useful information.
This reverts commit d2b681ad9d.
2016-09-08 09:18:20 +01:00