from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





diffman-git

Section: User Commands (1)
Updated: 202-0-17
Index Return to Main Contents
 

NAME

diffman-git - compare changes to manual pages line by line  

SYNOPSIS

[dif-options~...] [[bas-commit] commit]  

DESCRIPTION

The diffman-git command formats a manual page at two git(1) commits, and then runs diff(1) on the formatted outputs. If the commit is not specified, it diffs the working directory against HEAD. If the bas-commit is not specified, the comparison is done against the previous commit.  

OPTIONS

-s
Report when two files are the same.
-Un
output n (default 3) lines of unified context.
-w
Ignore all white space.
 

ENVIRONMENT

See man(1).  

EXAMPLES

$~MAN_KEEP_FORMATTING= diffman-git 437e4afec6ca | less -R; --- 437e4afec6ca[ha]:man/man3/sem_open.3 +++ 437e4afec6ca:man/man3/sem_open.3 @@ -14,3 +14,2 @@ - sem_t *sem_open(const char *name, int oflag); - sem_t *sem_open(const char *name, int oflag, - mode_t mode, unsigned int value); + sem_t *sem_open(const char *name, int oflag, ... + /* mode_t mode, unsigned int value */ );  

SEE ALSO

diff(1), man(1), git(1), less(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
ENVIRONMENT
EXAMPLES
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 12.5 ms