aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/man
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 11:02:40 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 11:02:40 +0000
commit487ac9ac212077c859aafc40ac9660a84d0f294e (patch)
treed145ece02284bd86561f373fcb369e260154153b /usr.bin/man
parentfb2ad9d3a495c2ad70c72b3321b61f43d132fbfa (diff)
Notes
Diffstat (limited to 'usr.bin/man')
-rwxr-xr-xusr.bin/man/man.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh
index 98749a60a192..0725e0bff66a 100755
--- a/usr.bin/man/man.sh
+++ b/usr.bin/man/man.sh
@@ -369,7 +369,7 @@ man_display_page() {
while getopts 'egprtv' preproc_arg; do
case "${preproc_arg}" in
e) pipeline="$pipeline | $EQN" ;;
- g) ;; # Ignore for compatability.
+ g) ;; # Ignore for compatibility.
p) pipeline="$pipeline | $PIC" ;;
r) pipeline="$pipeline | $REFER" ;;
t) pipeline="$pipeline | $TBL" ;;