Skip to content

Commit

Permalink
Polishing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Mar 21, 2019
1 parent 2a6a911 commit ef749ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/lib/y2network/config_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
module Y2Network
# This module contains a set of classes to read the network configuration from the system
#
# For the time being, only the wicked reader ({Y2Network::ConfigReader::Sysconfig}) reader is
# available.
# For the time being, only the wicked via its backward compatibility with sysconfig
# is available in ({Y2Network::ConfigReader::Sysconfig}) reader
module ConfigReader
# Config reader for a given source
#
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2network/config_reader/sysconfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def config
MISSING_VALUE = "-".freeze
private_constant :MISSING_VALUE

# Find network interfaces
# Find configured network interfaces
#
# @return [Array<Interface>] Detected interfaces
# @see Yast::NetworkInterfaces.Read
Expand Down

0 comments on commit ef749ee

Please sign in to comment.