Consider this example:
It looks like a normal Sudoku, right?
But you might have noticed that it has only 15 givens, and these only have 7 different values, so it's definitely not standard Sudoku, but oh, so close.
FP stands for "forbidden pairs". These additional clues specify that certain value-pairs can never occur in adjacent cells (in rows or columns). For the puzzle above the FP clues are {3,4}, {4,5} and {5,8}.
FP's can be redundant, too. There is another pair here:
ExtraPair: Show
So this variant is a close relation of "Consecutive Sudoku". These are "nice" variants because they require minimal interference (none at all in FP's case) to the presentation, and can be applied to just about any other variant (eg SudokuP, Jigsaw, Killer, Outside Clue, etc). They do the simple job of providing alternate forms of candidate elimination with minimal fuss.
I will perhaps leave the production of harder examples to my friends here, that should be fun. Or I can produce them myself if requested.
Cheers!
Solution: Show