Love, Honor and Obey

Love, Honor and Obey is a 1920 American silent drama film. Directed by Leander de Cordova, the film stars Wilda Bennett, Claire Whitney, and Henry Harmon. It was released on September 6, 1920.

Love, Honor and Obey
Advertisement
Directed byLeander de Cordova
Produced byMaxwell Karger
Written byEugene Walter
Based onLove, Honor and Obey
by Charles Neville Buck
StarringWilda Bennett
Claire Whitney
Henry Harmon
CinematographyArthur Martinelli
Production
company
S-L Pictures
Distributed byMetro Pictures
Release date
  • September 6, 1920 (1920-09-06) (US)[1]
Running time
6 reels
CountryUnited States
LanguageSilent (English intertitles)

Cast list

gollark: It's two lines, silly.
gollark: I use obviously good and not bad C conventions like very short function names and no comments.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: It shouldn't be doing that. The thing does `exit(2)`.
gollark: Troubling, `waitpid` always seems to provide a value of 512 for status?

References

  1. "Love, Honor and Obey". American Film Institute. Archived from the original on December 19, 2017. Retrieved December 18, 2017.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.