Autogenerated man pages for v1.3.2-g8611
[git.git] / man1 / git-prune.1
index a3abd84..7d17031 100755 (executable)
@@ -23,7 +23,7 @@ git-prune \- Prunes all unreachable objects from the object database
 .SH "SYNOPSIS"
 
 
-git\-prune [\-n] [\-\-] [<head>...]
+\fIgit\-prune\fR [\-n] [\-\-] [<head>...]
 
 .SH "DESCRIPTION"
 
@@ -37,7 +37,7 @@ This runs git\-fsck\-objects \-\-unreachable using all the refs available in $GI
 Do not remove anything; just report what it would remove\&.
 
 .TP
---
+\-\-
 Do not interpret any more arguments as options\&.
 
 .TP
@@ -49,8 +49,10 @@ In addition to objects reachable from any of our references, keep objects reacha
 
 To prune objects not used by your repository nor another that borrows from your repository via its \&.git/objects/info/alternates:
 
-.IP
+.nf
 $ git prune $(cd \&.\&./another && $(git\-rev\-parse \-\-all))
+.fi
+
 .SH "AUTHOR"