From 0fe3bb04a7aea4fa162af5840026c672393354f7 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 21 Jun 2023 14:35:58 +0800 Subject: Create man page symlinks for awk, cc, pkg-config, and lex --- chapter08/flex.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chapter08/flex.xml') diff --git a/chapter08/flex.xml b/chapter08/flex.xml index d05474f03..478637adc 100644 --- a/chapter08/flex.xml +++ b/chapter08/flex.xml @@ -73,9 +73,11 @@ try to run its predecessor, lex. To support those programs, create a symbolic link named lex that runs flex in lex emulation - mode: + mode, and also create the man page of lex as a + symlink: -ln -sv flex /usr/bin/lex +ln -sv flex /usr/bin/lex +ln -sv flex.1 /usr/share/man/man1/lex.1 -- cgit v1.2.3-54-g00ecf