Skip to content

Commit

Permalink
small godoc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 2, 2015
1 parent ecebf50 commit d6093e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemoni.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func lockPidFile() (pidFile *os.File, err error) {
return file, err
}

// Unlocks PID file and closes it.
// Unlocks PID file (locked by current daemonized process) and closes this file.
//
// This function can be useful for graceful restarts or other
// untrivial scenarios, but usually there is no need to use it.
Expand Down

0 comments on commit d6093e8

Please sign in to comment.